上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 46 下一页
摘要: mac下卸载nodesudo rm -rf /usr/local/{bin/{node,npm},lib/node_modules/npm,lib/node,share/man/*/node.*}xcode-select --switch /Applications/Xcode.app依赖:梯子-- 阅读全文
posted @ 2016-11-29 22:17 小小高 阅读(163) 评论(0) 推荐(0)
摘要: using System.Data; using System.Configuration; using System.Web; using System.IO; using System.Text; using NPOI; using NPOI.HPSF; using NPOI.HSSF; using NPOI.HSSF.UserModel; using NPOI.HSSF.Util; usi... 阅读全文
posted @ 2016-11-29 14:04 小小高 阅读(1904) 评论(0) 推荐(0)
摘要: //注意url中要含? function getParameterByName(name, url) { if (!url) { url = window.location.href; } name = name.replace(/[\[\]]/g, "\\$&"); var r... 阅读全文
posted @ 2016-11-28 16:10 小小高 阅读(7906) 评论(0) 推荐(1)
摘要: 记一次访问http数据接口的爬坑经历,一般访问一个http接口。 无非就是这么几行代码: 可是这次,死话乱码。PostMan下正常的。。在浏览器中直接访问,设置编码为utf-8b也是可以正常显示的。。用c#后台代码测试了各种编码都以无效,告终。。 查看响应头: Content-Encoding gz 阅读全文
posted @ 2016-11-24 17:00 小小高 阅读(3353) 评论(0) 推荐(0)
摘要: //中国天气网的实时天气接口,经测试,实时温度不是室外温度,湿度貌似可以用。 //101200901.html :101200901为地区天气区码(自行baidu) http://www.weather.com.cn/data/sk/101200901.html //一个可用的天气预报接口 http 阅读全文
posted @ 2016-11-24 16:43 小小高 阅读(818) 评论(0) 推荐(0)
摘要: Android Android SDK 配置步骤 阅读全文
posted @ 2016-11-19 22:21 小小高 阅读(488) 评论(0) 推荐(0)
摘要: 在vmx文件中加 smc.version=0 阅读全文
posted @ 2016-11-19 16:39 小小高 阅读(300) 评论(0) 推荐(0)
摘要: Could not load file or assembly 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' or one of its depen 阅读全文
posted @ 2016-11-17 17:16 小小高 阅读(130) 评论(0) 推荐(0)
摘要: %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i 阅读全文
posted @ 2016-11-17 16:04 小小高 阅读(170) 评论(0) 推荐(0)
摘要: http://skypegnu1.blog.51cto.com/8991766/1538371 阅读全文
posted @ 2016-11-17 10:51 小小高 阅读(118) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 46 下一页