码迷,mamicode.com
首页 >  
搜索关键字:share    ( 6078个结果
用Protocol 给类加共享的属性
UXYInjectioUXYInjectio can use Protocol to share data that data has been autosaved.How To Use creat a Protocol (inherit UXYinjectioProtocol), define the property in that Protocol let the class support...
分类:其他好文   时间:2015-02-05 20:33:28    阅读次数:153
rpm安装mysql
rpm -ivh安装的mysql-server mysql-client mysql-devel是不会在/etc下生成my.cnf文件的我们需要把需要的cnf文件复制到etc目录下cp /usr/share/mysql/mysql-huge.cnf /etc/my.cnf根据系统的内存,复制不同的....
分类:数据库   时间:2015-02-05 12:59:22    阅读次数:180
分享一个java Map实现的cache manager,定时清除缓存起来的值
分享一个java Map实现的cache manager,定时清除缓存起来的值 源代码下载地址:http://www.zuidaima.com/share/1550463676140544.htm...
分类:编程语言   时间:2015-02-05 11:26:44    阅读次数:268
LeetCode—Best Time to Buy and Sell Stock
Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock),...
分类:其他好文   时间:2015-02-04 18:49:28    阅读次数:123
OpenFire源码学习之三十二:使用Tsung测试openfire(下)
Tsung使用 由于我们只是对openfire进行测试,因此我们主要讲解利用jabber_register.xml在openfire上面注册用户,以及利用jabber.xml模拟用户登录openfire上线、离开、会话操作的压力测试。 注册用户 1、执行以下命令进入到安装目录下的examples目录: # cd /usr/local/tsung/share/doc/tsung/exampl...
分类:其他好文   时间:2015-02-04 14:38:37    阅读次数:204
ubuntu14.04 安装beyond Compare并添加右键对比支持
首先下载bcompare:http://yun.baidu.com/share/link?shareid=997735251&uk=3910054188这里面有两个文件,一个安装文件,一个升级文件,都是.deb格式的,直接双击安装即可.安装好后执行:
分类:系统相关   时间:2015-02-04 12:34:55    阅读次数:844
运用html5画布画随机三角形(有图有真相)
运用html5画布画随机三角形(有图有真相) 源代码下载地址:http://www.zuidaima.com/share/1550463675124736.htm...
分类:Web程序   时间:2015-02-04 11:06:31    阅读次数:228
数字音视频及其网络传输技术
http://pan.baidu.com/share/link?uk=2871033296&shareid=495841738&fid=300133734459163
分类:其他好文   时间:2015-02-04 00:48:01    阅读次数:136
initramfs中的udev脚本分析
/usr/share/initramfs-tools/scripts/init-top #!/bin/sh -e PREREQS="all_generic_ide blacklist" prereqs() { echo "$PREREQS"; } case "$1" in     prereqs)     prereqs     exit 0     ;; e...
分类:其他好文   时间:2015-02-03 19:34:04    阅读次数:157
metasploit update exploit-db
echo "Updating The Exploit-DB"cd /usr/share/exploitdb/wget http://www.exploit-db.com/archive.tar.bz2tar -xvjf /usr/share/exploitdb/archive.tar.bz2rm /...
分类:数据库   时间:2015-02-03 19:11:58    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!