org.hidetake.ssh Gradle SSH Plugin is a Gradle plugin which provides remote command execution and file transfer features. https://gradle-ssh-plugin.gi ...
分类:
其他好文 时间:
2017-06-17 18:27:34
阅读次数:
157
1.GLEW The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time ...
分类:
其他好文 时间:
2017-06-17 10:06:47
阅读次数:
217
使用truffle可以很简单的创建项目: mkdir truffle-project truffle init truffle init webpack ? app/ ? javascripts/ ? stylesheets/ index.html ? contracts/ convertlib.s ...
分类:
其他好文 时间:
2017-06-15 10:42:15
阅读次数:
233
jsoup 是一款Java 的HTML解析器,可直接解析某个URL地址、HTML文本内容。它提供了一套非常省力的API,可通过DOM,CSS以及类似于jQuery的操作方法来取出和操作数据。(百度百科)jar包下载,可以看到如下的案例: 其中关于Jsoup的connect()方法中:API描述如下: ...
分类:
Web程序 时间:
2017-06-14 10:15:43
阅读次数:
272
日志分两个,一个是rsyslog 日志服务,一个是日志轮转(就是日志的分离和切割)logrotate 对了日志服务rsyslog 来说,它自带了一个服务叫做logrotate;这两个一般都是一起用; 一个日志文件如果扩大,一定会被分离的;否则文件会打不开;对于系统来讲,记录日志是通过主服务来讲的,就 ...
分类:
其他好文 时间:
2017-06-13 12:41:09
阅读次数:
245
This Wiki page provides information about CEF branches and instructions for downloading, building and packaging source code. Note to Editors: Changes ...
分类:
其他好文 时间:
2017-06-12 14:45:44
阅读次数:
4961
This web page provides 32-bit and 64-bit binaries of gdb for Windows for download. Equation Solution build the debugger from GNU gdb. It is a free sof ...
分类:
数据库 时间:
2017-06-12 11:57:31
阅读次数:
378
监控网络和文件输入输出Monitor Network and File I/O 工具提供了几个分析模板,用于监视应用程序的网络和文件I/O活动。Instruments provides several profiling templates that monitor your app’s netwo ...
分类:
Web程序 时间:
2017-06-12 10:47:01
阅读次数:
313
OpenSSL 是一个安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及SSL协议,并提供丰富的应用程序供测试或其它目的使用。 OpenSSL is an open source project that provides a robust, commercial-grade, ...
分类:
其他好文 时间:
2017-06-11 23:40:15
阅读次数:
349
【Web App Manifest】 The web app manifest provides information about an application (such as name, author, icon, and description) in a JSON text file. T ...
分类:
移动开发 时间:
2017-06-09 22:42:38
阅读次数:
309