Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions

0 votes
412 views
1 answer
    I'm using a extension called Buster: Captcha Solver for Humans, and i need a script to use in ... captcha-solver-for/mpbjkejclgfgadiemmefgebjfooflfhl Thanks if you help me. image...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
195 views
1 answer
    I passed a integer variable as a context when i rendered a webpage. That variable is the initial number of untagged ... of untagged images counter whenever i fill in an empty tag?...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    //a.js var x = 1; function up(){ x++; } module.exports.x = x; module.exports.up = up; //b.js var vA = require('./a'); a.up(); console ... x) 如上3个文件 如何在b.js 和c.js 里可以改变a中的x值,并且共享x的值...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
195 views
1 answer
    网站使用https协议访问的时候,在其他浏览器正常,唯独在火狐(51.0.10)下报错: SSL 接收到一个异常的警告记录。 错误代码: SSL_ERROR_RX_MALFORMED_ALERT 检查了下访问其他网站是没问题的,只有我的网站会这样,是什么原因?...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
222 views
1 answer
    I'm trying to save an array list of messages to a file. When I try to make it, the first record don't save. My ... empty file and don't save the record. Am I doing something wrong?...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
471 views
1 answer
    如下图所示,weex plugin add 插件时报错。 但是我echo了下我的ANDROID_HOME和PATH好像没有问题: 以上不知道怎么解决, 不知道有没人碰到类似的问题?...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
240 views
1 answer
    I tried to open a new tab using window.open(theUrl, '_blank'); It works but it bootstraps the whole app again. Is there a way to open a new tab without bootstrapping the app ?...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
471 views
1 answer
    之前我机器上装的有cnpm,然后有一段时间没用了,这次cnpm -v里面竟然无法执行命令,我还特意把以前的node删了重新下的,求大神帮忙看看...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
213 views
1 answer
    在做laravel5.4中的jwt认证登录时,登录认证失败,注册认证成功. 调试代码时发现是JWTAuth::attempt($credentials)认证失败,值为false; 当我使用postman ... 是AuthController 这是MyUser (Model) 我觉得问题的根本就出在JWTAuth::attempt($credentials)...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
225 views
1 answer
    I tried to open a new tab using window.open(theUrl, '_blank'); It works but it bootstraps the whole app again. Is there a way to open a new tab without bootstrapping the app ?...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
204 views
1 answer
    如下截图,存在这样一张表 student model 有三个字段 name 学生姓名 score 分数 created_time 记录创建时间 class StudentScore(models.Model): name = models.CharField('姓名', ... 位学生最新的一条记录,做一个排行榜, 用 django 的 orm 如何去查询?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
455 views
1 answer
    查看了多个移动端ui组件库(cube-ui,vant,mint,ant-design-mobile)发现组件样式没有使用flex布局,是为什么?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    第一个函数返回的是切片类型的结构体,结构体都是指针类型 第二个函数返回的是结构体指针类型 两个函数都定义返回变量为什么第一个函数Find(&xxx)就可以, 为什么第二个函数需要取地址一下 res = &model.xxx ,才 ... slice or struct 是因为切片类型的结构体已经初始化了,而指针类型的结构体需要用字面量 {}` 初始化吗...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
201 views
1 answer
    Is there a way to push to a branch only if it hasn't changed since I last fetched it? More specifically, I' ... deleting anyone else's work, even if they are working concurrently....
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
258 views
1 answer
    下图为spring源码导入后的截图 为了证明是否导入成功,在spring-context子工程中添加了如下测试代码 package org.springframework; import org.springframework. ... testCompile group: 'junit', name: 'junit', version: '4.12' }...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
334 views
1 answer
    各位大侠,我在网上学习的,有些图片要放在static目录下,所以我引用图片的代码是<img src='/static/tu.jpg' ,在代码打包后static文件夹和index.html在一个目录下,是可以正常引用的 但我目前是在开发环 ... src=' / /static/tu.jpg'格式 这样我的图片很多,好麻烦啊,请问大家平常是怎么搞的?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
262 views
1 answer
    需求是:在文章中,匹配到繁体字并将其去掉。 最初想使用匹配unicode的方法,后发现无效,没了思路。 请问如何解决?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
500 views
1 answer
    I have the following table to which I have made some adjustments, but I would like to know how to decrease the size of the ... (0,target= 'row',color = 'black', lineHeight='10%')...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
302 views
1 answer
    I'm working on a chat app that allows group app. In order for me to achieve group chat feature, I added a table called ... this work but can't think of any solution that can work....
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
275 views
1 answer
    问题:有很多任务加到beanstalkd队列里,处理起来很耗时,经常会造成队列阻塞,后进的任务无法处理。 希望:有没有什么监控方案,能实时监控等待处理的任务数,到达阈值能够及时提醒,最好是支持webhook的。...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
342 views
1 answer
    请问一下主流的服务器操作系统有哪些?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
630 views
1 answer
    如图所示,将status列中内容设置为一个buttom/a标签,再点击之后发送一个请求。该请求意见在controller中写好了。并且将buttom/a中的文本修改。(点击申请--->等待审核)。 这是我写的一部分js,但是功能无法实现。 求大佬解惑。...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
466 views
1 answer
    Here is a self-explanatory jsfddle: https://jsfiddle.net/40Lo3agc/4/ I'd like to use CSS to change the appearance of the webkit ... -thumb { /* some css */ } These do not work....
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
221 views
1 answer
    我花了两个多小时才调试它并检查代码错误 但是我仍然找不到它崩溃的原因 如果删除第91行到第93行之间的代码,则源代码将能够在vs和vscode中运行,但在dev-c中失败 dev-c的反馈是程序接收到的信 ... i++) { cout << raCopy[i + firstI] << " "; } system("pause"); return 0; }...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
565 views
1 answer
    const { ctx } = this; const stream = await ctx.getFileStream(); console.log(stream); 如果是文件名是英文的话,一切正常 但如果文件名是中文的话,打印出来的 stream.filename 会 ... 获取文件的文件名并且支持上传中文文件名的文件,想问问有没有大佬能解决这个问题...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    // 这是定时任务入口 public function start(){ $redis = Cache::handler(); // ... 这里省略了写入队列的过程,监控的时候发现这个过程都是正常的 //就是在 sendPush 大概 ... " . join(',',$c1) . " 队列跳过 : $c2 , form_id无效 : $c3"); }...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
462 views
1 answer
    package main import "fmt" func main() { var slice01 = [...]int{1,2,3} var aa = len(slice01) var bb = (aa / 2) // var bb float32 = (aa ... aa, bb) // 打印结果:3 1 // 如何能打印出来 1.5? } 谢谢帮助...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
549 views
1 answer
    客户端登录详细流程是什么?怎么防止信息被篡改?(比如伪造服务器的登录成功返回信息)是不是要用到加密算法...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...