发布时间:2014-02-25 13:45:59
basedir = path使用给定目录作为根目录(安装目录)。character-sets-dir = path给出存放着字符集的目录。datadir = path从给定目录读取数据库文件。pid-file = filename为mysqld程序指定一个.........【阅读全文】
发布时间:2014-02-25 13:45:18
* Unable to add the key for node xxx to the trusted keys list. * Unable to connect to xxx: Unable to establish an SSL connection to xxx:11111:&nbs.........【阅读全文】
发布时间:2014-02-18 15:44:24
//ActController.java @RequestMapping("/get_login_total_days_prize")@ResponseBodypublic Res getLoginTotalDaysPrize(@RequestParam(value = "data", required = false) String data, @ModelAttribute("userInfo") UserInfo userInfo){ Res res = new Res(); &nbs.........【阅读全文】
发布时间:2014-02-18 15:40:00
Oracle 11g无法启动,报错: ORA-00845: MEMORY_TARGET not supported on this system 网上查说是Oracle SGA设置的比/dev/shm空间大时就会报这个错。如何修改/dev/shm大小?/dev/shm在/etc/fstab中挂载,对应tmpfs,实际使用的是内存的空间。默认情况下,/dev/shm为物理内存大小的一半。因.........【阅读全文】
发布时间:2014-02-18 15:39:29
#!/usr/bin/env python# coding:UTF-8import osfilepath = '/root/python'dir_files_list = sorted([os.path.join(filepath, dirfiles) for dirfiles in os.listdir(filepath)])#print dir_files_listdef fun(rootdir): for dirfiles in sorted(os.listdir(rootdir)): &n.........【阅读全文】