Digital RootsTime Limit: 1000ms Memory limit: 65536K有疑问?点这里^_^题目描述The digital root of a positive integer is found by summing the digits of the integer...
分类:
其他好文 时间:
2014-08-18 22:00:43
阅读次数:
228
http://www.canbushack.com/blog/index.php?title=determining-network-baud-rateDetermining Network Baud RateSo you found a CAN BUS to reverse engineer, b...
分类:
Web程序 时间:
2014-08-18 21:51:22
阅读次数:
291
输入一个字符串S,再输入一个字符c,要求在字符串S中查找字符c。如果找不到则输出“Not found”;若找到则输出字符串S中从c开始的所有字符。输入格式: 输入在第1行中给出一个不超过80个字符长度的、以回车结束的非空字符串;在第2行中给出一个字符。输出格式: 在一行中按照题目要求输出结果。输入样...
分类:
其他好文 时间:
2014-08-18 01:27:23
阅读次数:
253
启动了AVD却说找不到AVD
错误提示:
No active compatible AVD's or devices found. Relaunch this configuration after connecting a device o
查看你的project版本是运行在哪个版本的(AndroidManifest.xml中android:targetSdkVersion属性...
分类:
其他好文 时间:
2014-08-18 00:20:43
阅读次数:
253
二、安装mysql 1.检查是否安装了mysql 2.安装cmake 输入gmake: make install 安装依赖的软件包: 新建用户权限等: 解压 安装 安装: 安装成功。 安装后调整: vim /etc/my.cnf 建立基本的表: 优化执行路径: 添加系统服务: 启动mysql /et...
分类:
数据库 时间:
2014-08-16 21:04:01
阅读次数:
326
打印环境变量:echo $PATH设置环境变量:export PATH=$PATH:/usr/local/git/bin应用:在git-scm下载git2.0.1版本,图形安装后,直接在终端敲giv --version提示-bash comman nof found. echo $PATH发现没有/...
分类:
其他好文 时间:
2014-08-16 19:47:00
阅读次数:
233
摘自http://www.2cto.com/os/201404/296364.html(原文请关注)
这几天在centos下装mysql,这里记录一下安装的过程,方便以后查阅
Mysql5.5.37安装需要cmake,5.6版本开始都需要cmake来编译,5.5以后的版本应该也要装这个。
安装cmake
[plain] view plaincopyprint?01.[root@loca...
分类:
数据库 时间:
2014-08-16 15:10:20
阅读次数:
307
Detect the Virus
Time Limit: 2 Seconds Memory Limit: 65536 KB
One day, Nobita found that his computer is extremely slow. After several hours' work, he finally found that it was a virus that...
分类:
其他好文 时间:
2014-08-16 09:44:50
阅读次数:
377
http://blog.csdn.net/huangjianxiang1875/article/details/33320557cmkaehttp://www.cmake.org/cmake/resources/software.htmlwget http://mirrors.sohu.com/my...
分类:
数据库 时间:
2014-08-16 03:19:19
阅读次数:
254
在安装express时增加generator参数: npm install -g express-generator 为什么要加上generator呢? 原先的express带cli,?现在把cli拆成了单独的express-generator包.?原先的express运行生成的项目是node?app...
分类:
Web程序 时间:
2014-08-16 02:18:09
阅读次数:
325