园里前段时间有人介绍了京东的jae,申请了试用了一下,各种坑,勉强可以测试用用。jae一直没有Mongo数据库的管理工具,没办法,自己写了一个凑合着先用着。使用方法:1.修改配置:下载后面的程序包(http://pan.baidu.com/s/1bnaTiP5),打开config.py,修改数据库链...
分类:
数据库 时间:
2014-07-21 14:38:45
阅读次数:
309
#!/bin/sh
if [ -r $1 ]; then
? ? #Delete Baiduspider
? ? baidu=$(grep -c ‘Baiduspider‘ $1)
? ? if [ $baidu -gt 0 ]; then
? ? ? ? sed -i ‘/Baiduspider/d‘ $1
? ? ? ? echo "match Baidus...
分类:
其他好文 时间:
2014-07-21 10:19:23
阅读次数:
259
百度: http://naotu.baidu.com/ http://fis.baidu.com/ http://fex.baidu.com/ https://github.com/fex-team/fex-edu http://fex.baidu.com/blog/2014/05/build-performance-monitor-in-7-days/ http://www.ecdo...
分类:
Web程序 时间:
2014-07-21 10:08:36
阅读次数:
202
Apple开发、调试工具下载链接 https://developer.apple.com/downloads/index.action逆向工具下载 http://pan.baidu.com/s/1nt3BKyXiOS运行时工具-cycripthttp://blog.csdn.net/sakulafl...
分类:
移动开发 时间:
2014-07-19 18:22:25
阅读次数:
271
http://jingyan.baidu.com/article/8065f87fc3de112331249830.html如果你想使用Joomla(地球上最好的内容管理系统之一)搭建一个网站,大体的流程是,你需要先在本地电脑,也就是你的电脑或者笔记本上为Joomla搭建一个本地的运行环境,这样你的...
分类:
Web程序 时间:
2014-07-19 14:21:53
阅读次数:
232
Python输出语句print函数print()函数基本使用 打印整形数据 打印浮点型数据 打印字符型数据>>> print(12)12>>> print(12.5)12.5>>> print('B')B>>> print('WWW.baidu.com')WWW.baidu.com...
分类:
编程语言 时间:
2014-07-18 15:38:09
阅读次数:
259
一、软件准备
1.一个格式化了的U盘
2.下载ubuntu镜像,我下的是ubuntukylin-14.04-desktop-amd64.iso
3.下载unetbootin-windows-latest.exe,用这个软件把U盘做成启动盘,超简单。(网盘地址:http://pan.baidu.com/s/1qWGvj3Y)
二、分一个空磁盘给Ubuntu
步骤:在桌面或开始菜单里...
解决方案:如果某台Linux服务器ping不通域名, 如下提示:[root@localhost~]# ping www.baidu.comping: unknown host www.baidu.com首先确定已经连接上路由器,并且路由器能够访问外网,可以通过访问网关进行确定[root@localh...
分类:
系统相关 时间:
2014-07-18 10:32:12
阅读次数:
266
一、软件准备1.一个格式化了的U盘2.下载ubuntu镜像,我下的是ubuntukylin-14.04-desktop-amd64.iso3.下载unetbootin-windows-latest.exe,用这个软件把U盘做成启动盘,超简单。(网盘地址:http://pan.baidu.com/s/...
今天用eclipse,当打算run一个带有main函数的class时,出现editor does not contain a main type的错误框。
baidu了一下,迅速解决问题:原来这个class所在包没有被添加到build path中。
解决方法:在左侧的package explorer中右击这个class所在包的上一级目录--build path--use as source f...
分类:
其他好文 时间:
2014-07-17 20:36:18
阅读次数:
225