上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 58 下一页
  2019年11月6日
摘要: 转载自网络,版权归原作者所有 hello3.txt文件内部数据如下 。。。。。。7,2,6,-12,-10,-7,-1,2,9,。。。。。。 python脚本 结果 阅读全文
posted @ 2019-11-06 17:11 你不知道的浪漫 阅读(6603) 评论(0) 推荐(0) 编辑
摘要: function guid() { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) { var r = Math.random()*16|0, v = c == 'x' ? r : (r&0x3|0x8); return v.toString(16); ... 阅读全文
posted @ 2019-11-06 15:48 你不知道的浪漫 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 问题场景: 笔者在springboot项目中使用java_websocket作为客户端,调用第三方ws服务。 最初只调用一个ws服务,以下代码可以正常工作: 后来又加一个ws服务:ws://2.2.2.2:7777/aaaa 尝试写以下代码报错 正确方法 或者(注意两段代码差别) 最终两个ws正常工 阅读全文
posted @ 2019-11-06 14:54 你不知道的浪漫 阅读(1194) 评论(0) 推荐(0) 编辑
摘要: NPP主题网站:https://lonewolfonline.net/notepad-colour-schemes/ 笔者下载了Nord Notepad++ Theme 然后打开%AppData%\Notepad++\目录,新建文件夹theme或者在程序根目录新建theme文件夹 然后再打开note 阅读全文
posted @ 2019-11-06 08:42 你不知道的浪漫 阅读(1431) 评论(0) 推荐(0) 编辑
  2019年11月5日
摘要: idea调试过程中不会出现此问题,异常如下 java代码如下: 解决方法: 所有调用SpringUtils.getBean的地方换成以下代码: 参考来源:https://stackoverflow.com/questions/34088780/how-to-get-bean-using-applic 阅读全文
posted @ 2019-11-05 15:43 你不知道的浪漫 阅读(4263) 评论(0) 推荐(0) 编辑
  2019年11月4日
摘要: 抓出来的包可以导入wireshark分析 以上代码曾经在ios越狱机器上使用,用于抓包,具体也记不起来了 导入wireshark效果 阅读全文
posted @ 2019-11-04 20:24 你不知道的浪漫 阅读(541) 评论(0) 推荐(0) 编辑
摘要: 其他参考:https://stackoverflow.com/questions/53876757/how-to-change-the-pitch-with-javascript 阅读全文
posted @ 2019-11-04 14:09 你不知道的浪漫 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 音量50% $("#volume").change(function(){ var volume = $(this).val(); $("#volumeLabel").text("x"+volume+"%"); }); var player = videojs('example-video... 阅读全文
posted @ 2019-11-04 11:58 你不知道的浪漫 阅读(6689) 评论(0) 推荐(0) 编辑
摘要: 参考来源: https://stackoverflow.com/questions/19112255/change-the-video-playback-speed-using-video-js 阅读全文
posted @ 2019-11-04 11:07 你不知道的浪漫 阅读(1444) 评论(0) 推荐(0) 编辑
摘要: /*** * 讲笑话函数(调试用) * @param callback 回调函数 */ function randomText(callback) { var result =''; $.ajax({ type:"get", url:"http://www.mxnzp.c... 阅读全文
posted @ 2019-11-04 09:15 你不知道的浪漫 阅读(343) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 58 下一页