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
345 views
1 answer
    I have a Ball class and I drew a ball from that class. No matter what coordinates I put the ball is either ... 8,red) while loop: ball.Draw(window) pygame.display.flip screenshot...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
375 views
1 answer
    1问题描述:根据始末日期查询数据,由于数据库数据量大,用between and很慢,就添加了year,month,day字段,在比较年月日的时候有substr和date两种方法,两种都尝试过每次加 ... "; } }else{ $str = " where log_date between '$startTime' and '$endTime' "; }...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
447 views
1 answer
    在真机上跑modal.toast(),能够正常显示。在iOS模拟器中却蹩脚了。...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
722 views
1 answer
    安装命令: cnpm install vue -g 错误如下: Error: EPERM: operation not permitted, mkdir 'C:ProgramFiles odejs ode_modulesvue_tmp' at Error (native) ... org vue -g 是全局安装包的问题? 还是cnpm本身的问题?...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
298 views
1 answer
    I have implemented an algorithm in Elm, where I compare a sentence (user input) to other multiple sentences (data ... similar? which methods are used to retrieve this similarity?...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
376 views
1 answer
    mysql版本为5.7,已经将数据库字符集设置为utf8mb4了,如图: 字段的字符集也已经改了: `content` text COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '评论内容' 但是页面提交过来 ... content' 页面上的编码用的UTF-8,框架用的是laravel,请大神指点哪里的配置还有问题?...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
289 views
1 answer
    这是SSH框架的项目下,一个用户的实体model...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
428 views
1 answer
    如题,如何实现?...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
330 views
1 answer
    I wrote a discord music bot, and i used ffmpeg so that i put the executable in the botfolder, now i ... .1]: at processTicksAndRejections (internal/process/task_queues.js:97:5)...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    below is the code for the check function that will store the value of the 'c' variable and the document.write ... Torvalds Kohsuke Kawaguchi previous Back to Question 1 {{/each}}...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
255 views
1 answer
    I have 167 (genes) X 26 (population) files with data as follows in each file. (Number of columns in each file is ... my first time using R. Is it possible to attach some files?...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
314 views
1 answer
    所谓的量化交易,到底是给基金公司的投资顾问或者基金经理使用的呢?还是给广大股民看股市数据,便于炒股的? 本人没买过股票,只在支付宝买过一些基金和定投,赚了几毛几块钱 对基金的了解只限于,其实就是多买几只股票,所谓的不要把鸡蛋放到一个篮 ... 估计,基金投资经理可能会有一般人看不到指标,而不仅仅我上面说的这些普通人容易理解的数据 我说的对吗? 请大神指教 ...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
372 views
1 answer
    签名算法已经被破解了好几次了,至少尝试过以下几种: 增加sign附加参数,使用字典排序+时间+随机数+密钥签名 类似网易签名算法,只传两个参数 类似抖音签名算法,需要浏览器环境(使用dom,canvas对象) 但是都被破解了。...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
416 views
1 answer
    绝对定位absolute元素默认的z-index值是多少?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
424 views
1 answer
    ` <b-table striped hover small :fields="fields" :items="lessons" responsive="sm"> <template v-slot:cell(Id)="data"> {{ data.item.Id}} </ ... 样写的话,表格中有多少条数据,就会弹出多少个modal,请问问题出在哪里?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
252 views
1 answer
    I am pretty new to Angular and I am creating an app that has nested information in pages (like in a file explorer) the ... it if you could explain it to me. Thank you in advance!...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
283 views
1 answer
    RT,取消断点后就一直加载...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
314 views
1 answer
    mycat版本:1.6.7.5-release wrapper.conf #************************************************** ... "0" writeType="0" dbType="mysql" dbDriver="native" switchType="1" slaveThreshold="100">...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
412 views
1 answer
    我想的是固定在那个地方,而不是随着浏览器滚动而滚动。请问如何修改?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
444 views
1 answer
    证书已经下了,路径也是磁盘的绝对路径,但是还是提示证书错误 请到商户下载证书...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
472 views
1 answer
    在普通的H5里面写以下js代码是可以获取到commonStatus状态的,但是我在Vue里面,单独写了一个公共方法js文件,在这个公共文件也是写的以下代码,获取到的commonStatus ... 值比如commonObj.curobj2 = true; 在commonObj的某个方法里面调用commonObj.curobj2获取到的也是undefined ...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
241 views
1 answer
    next是传递给后面的中间件,那中间件的return是做什么用的呢?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
238 views
1 answer
    I use this in the template {% for num in '0123456789'|make_list %} <li>{{ respuesta.num }}: {{ puntaje.num }} < ... yes, there are elements in the list "respuesta" and "puntaje")....
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
448 views
1 answer
    我想把“男:XXX女:XXXX男:XXX男:XXX女:XXXX”这种形式的字符串转变成 array(['sex'=>'男','content'=>''XXX],['sex'=>'女','content'=>''XXX],…)这种形式的数组,有什么好的思路么?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
237 views
1 answer
    关于固码收款,想请问下大家: 1.如何获得支付成功回调? 2.一个收款码如何区分不同金额订单(或者说能不能)?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
372 views
1 answer
    远程连不上电脑了。除了重装有办法删除那个脚本文件吗?比如grub之类的?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
329 views
1 answer
    想在函数调用时统一添加埋点事件tranck(),但是不想每个都手动添加,希望通过监听重写的方式自动写入,请问各位大佬前辈们,这可以实现吗 methods: { //页面跳转 gotoPage(path, data = {} ... .catch(error => { console.log('--------------' + error); }); },...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
273 views
1 answer
    I am trying to build a responsive navigation. The idea is to build something similar to Apple's Sub Navigation (e.g. on ... dolore te feugait nulla facilisi.</p> </div> </div>...
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

...