https://buy.aliyun.com/#/prepay?spm=5176.383338.5.12.ZSuPuk (HK)http://item.taobao.com/item.htm?spm=a230r.1.14.1.V7K1rF&id=36282973780&ns=1&abbucket=6...
分类:
其他好文 时间:
2015-04-24 19:03:06
阅读次数:
139
见下方代码: 1 string url = "https://www.baidu.com";//源地址 2 System.Net.WebClient WebClient = new System.Net.WebClient(); 3 var parameter = "x=7&y=8&z=9";//参...
数据库操作建议用ORM框架,简单高效。这里推荐xUtils,里面包含DBUtils。github地址:https://github.com/wyouflf/xUtils 获得数据库实例建议用单例模式。 static DbUtils db = null; public static DbUti...
分类:
移动开发 时间:
2015-04-24 18:24:54
阅读次数:
164
java容器https://github.com/akullpp/awesome-javajava并发http://ifeve.com/java-concurrency-thread-directory/
分类:
编程语言 时间:
2015-04-24 16:47:21
阅读次数:
112
一、为什么要加密在网络中通信有时通信双方会发送一些比较敏感的信息,如果直接明文在网上传输,就可能被居心叵测的人截获,从而达到其非法的目的。为保证通信双方信息传输不被第三方所知晓,使用加密技术把双方传输的数据进行加密,即使数据被第三方所截获,那么第三方也不会..
分类:
Web程序 时间:
2015-04-24 16:46:03
阅读次数:
690
ApacheOLTU实现了OAuth2.0的规范,是一种可靠的Java授权解决方案。但是,官方文档实在是太惨不忍睹了。本文参考了开涛的OAuth2.0集成Shiro文章。模拟了OAuth2.0的认证流程。技术框架:Spring+SpringMVC+ApacheOLTU+AmazonUI.界面效果:代码地址:https://github.com/favccxx/Fa..
分类:
Web程序 时间:
2015-04-24 16:36:48
阅读次数:
790
原文,Google官方blog。 http://android-developers.blogspot.sg/2015/04/new-android-code-samples.html
这里有一些例子,涵盖了Android穿戴,NFC ,截屏 ,都已经提交到Google样列仓库的Github上。 https://github.com/googlesamples
这有些代码列子。
...
分类:
移动开发 时间:
2015-04-24 16:24:25
阅读次数:
181
GDAL C#封装对中文字符转换过程中存在问题。C++封装一个Win32 DLL,采用Unicode字符集。使用标准头文件。https://msdn.microsoft.com/en-us/library/dd319072(VS.85).aspx 1 class CodePageHelper 2 {...
分类:
其他好文 时间:
2015-04-24 16:13:46
阅读次数:
183
1. 登录github页面,找到需要clone的URL: 2. 打开Git Bash,执行命令: git clone https://github.com/tigerxiao/BeautyHunter.git 3. 等待克隆clone结束后,进入版本库目录,修改README文件: echo "Hel...
1.curl https://raw.github.com/creationix/nvm/master/install.sh | sh2。vi ~/.bash_profile 添加:source /Users/dujie/.nvm/nvm.shnvm install 0.10.24nvm use ....
分类:
系统相关 时间:
2015-04-24 15:38:28
阅读次数:
221