09 2017 档案

ruby post json
摘要:require 'net/http' require 'json' uri = URI('http://localhost/test1.php') req = Net::HTTP::Post.new uri content = {name:'root',password:'password'} req.body = content.to_json http = Net::HTTP.start(u... 阅读全文

posted @ 2017-09-16 03:04 Perl6 阅读(222) 评论(0) 推荐(0) 编辑

perl6正则 6: 大小写/空白/匹配所有符合
摘要:这个 :g 只能写在外面 m:g /re/ 阅读全文

posted @ 2017-09-10 05:43 Perl6 阅读(726) 评论(0) 推荐(0) 编辑

perl6正则 5: [ ] / | / ||
摘要:也就是可以把多种要匹配的写进[ ] 中, 第种用 | 分开就行了。 | 与 || 有差别 |的话, 当匹配位置 相同时, 会取最长的, 而 || , 当前面的匹配成功, 后面的就不会再去匹配。 注意 [] 跟 <[]> 是不同的: 阅读全文

posted @ 2017-09-10 05:23 Perl6 阅读(375) 评论(0) 推荐(0) 编辑

linux 下 genymotion 模拟器不能安装app
摘要:提示: "应用未安装" 解决方法: 下载: Genymotion-ARM-Translation_v1.1.zip 进入genymotion 的tools用adb传进去: ./adb push Genymotion-ARM-Translation_v1.1.zip /mnt/sdcard 利用she 阅读全文

posted @ 2017-09-08 14:28 Perl6 阅读(513) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示