ftpserver with sites et up for downloaing filessometimes provides an anonymous ftp account数据传输ftp 192.168.0.128name:(username)password:(user's passwor...
分类:
系统相关 时间:
2015-01-22 01:37:09
阅读次数:
185
sqlite是一款开源的轻量级数据库,现在android和ios都在使用它来存储结构化数据,但是加密版的并非开源。折中一下只能找开源的解决方案,sqlcipher是一个不错的选择,它可以对sqlite实现加密,并且有在android和ios都有相应的库进行解密读取,只是引入的库会增加app的大小。SQLCipher is an open source library that provides transparent, secure 256-bit AES encryption of SQLite data...
分类:
数据库 时间:
2015-01-20 12:05:49
阅读次数:
224
WinForms Controls>Controls>Chart Control>Concepts>Creating Charts>2D Chart TypesThe XtraCharts suite provides a wide variety of different 2Dchart type...
分类:
其他好文 时间:
2015-01-15 23:27:03
阅读次数:
625
WinForms Controls>Controls>Chart Control>Fundamentals>Charting Basics>Understanding Data Point, Its Argument and ValueThis topic provides general info...
分类:
其他好文 时间:
2015-01-15 23:25:52
阅读次数:
650
Beginning OpenMPOpenMP provides a straight-forward interface to write software that can use multiple cores of a computer. Using OpenMP you can write c...
分类:
其他好文 时间:
2015-01-10 18:08:55
阅读次数:
412
http://www.boost.org/ :It provides free peer-reviewed portable C++ source librarieshttp://www.cplusplus.com/ :Non-technical information about the C++....
分类:
编程语言 时间:
2015-01-08 16:58:23
阅读次数:
179
MODx provides a really unfriendly way to work with xPDO class. What I means is you need to define XML schma, mysql table and run the script to generat...
分类:
数据库 时间:
2015-01-08 00:51:08
阅读次数:
447
Object Reflection is a feature in Java which provides a way to get reflective information about Java classes and objects, such as:1 Getting informat.....
分类:
编程语言 时间:
2015-01-06 17:48:11
阅读次数:
135
ES6 provides Map, it is a set of k-v pair. Key can be number, string, object, function and even undefined.var m = new Map();Methods:1. set(k,v)m.set("...
分类:
其他好文 时间:
2015-01-02 06:29:26
阅读次数:
167
Es6 provides "Set", it likes array but the data inside should be unqiue."Set" is a construct function, you should call:var s = new Set();Methods:1.add...
分类:
其他好文 时间:
2015-01-02 06:26:51
阅读次数:
223