1:下载memcached for Win322:解压之后会有memcached.exememcached.ini两个文件(我下载的是这样的)3:memcached.ini内容bind_addr=127.0.0.1listener_port=11212memory=16max_conns=1024e...
dumpbin的用法为:dumpbin /exports my.dll > my.def dlltool的用法为:dlltool -D my.dll -d my.def -l my.lib //生成 .lib 文件 或者为:dlltool -D my.dll -d my.def -l my.a //...
榨干FPGA片上存储资源 记得Long long time ago,特权同学写过一篇简短的博文《M4K使用率》,文章中提到了Cyclone器件的内嵌存储块M4K的配置问题。文中提到了这个M4K块除了存储大小是有限的4Kbit,它的可配置的Port数量也是有限的,通常为最大36个可用port。当时只是...
分类:
其他好文 时间:
2014-08-02 15:14:53
阅读次数:
268
>>> import math #导入数学模块>>> math.log(8,2) #计算以2为底 8的对数3.0>>> math.log(100,10) #计算以10 为底,100的对数2.0>>> math.log10(100) #专门有一个方法来计算以10为底的对数2.0>>> math.log...
分类:
编程语言 时间:
2014-08-02 12:43:53
阅读次数:
363
1、root登录mysql之后,查看端口,确认是3306show variables like 'port';2、添加root@%用户并设置密码为123456GRANT ALL PRIVILEGES ON *.* TO root@"%" IDENTIFIED BY "123456";如果出现这样的错...
分类:
数据库 时间:
2014-08-02 01:32:02
阅读次数:
255
1. 修改配置文件vim /etc/ssh/sshd_config修改 #Port 22 这行, 去掉 # 修改后面的端口号 例如 Port 2123重启sshd服务/etc/init.d/sshd restart2. 修改防火墙配置vim /etc/sysconfig/iptables可以参照已有...
分类:
其他好文 时间:
2014-08-01 18:38:22
阅读次数:
249
NAME lftp - Sophisticated file transfer program SYNTAX lftp [-d] [-e cmd] [-p port] [-u user[,pass]] [site] lftp -f script_file lftp -c commands lftp --version lftp --help VERSION This man page doc...
分类:
其他好文 时间:
2014-08-01 16:20:46
阅读次数:
571
学过自由落体就好,初中物理题。
import java.util.Scanner;
public class reboundFiveTimes {
public static void main(String args[]){
Scanner input=new Scanner(System.in);
int k=input.nextInt();
double high=k/32....
分类:
其他好文 时间:
2014-08-01 16:09:11
阅读次数:
214
msimg32.lib不用为绝对路径发愁以前是每个工程添加bcb绝对路径下的D:\Program Files (x86)\Borland\CBuilder6\Lib\Psdk\msimg32.lib要是换了电脑,路径不一样,又得重新添加。在bpk、bpr工程文件中这样加一次就OK啦
分类:
其他好文 时间:
2014-07-31 20:14:47
阅读次数:
288
一些可以获得免费背景图片的网站:http://www.freevectordownload.com/Free_Vector_Banners.asphttp://www.vectorportal.comhttp://www.vectorjungle.comhttp://www.vectorjunky....
分类:
Web程序 时间:
2014-07-31 20:13:57
阅读次数:
289