Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4536567
  • 博文数量: 1214
  • 博客积分: 13195
  • 博客等级: 上将
  • 技术积分: 9105
  • 用 户 组: 普通用户
  • 注册时间: 2007-01-19 14:41
个人简介

C++,python,热爱算法和机器学习

文章分类

全部博文(1214)

文章存档

2021年(13)

2020年(49)

2019年(14)

2018年(27)

2017年(69)

2016年(100)

2015年(106)

2014年(240)

2013年(5)

2012年(193)

2011年(155)

2010年(93)

2009年(62)

2008年(51)

2007年(37)

发布时间:2014-12-08 15:55:20

文章来源:http://xmodulo.com/how-to-create-encrypted-zip-file-on-linux.htmlLast updated on September 9, 2013 Authored by Dan Nanni 6 CommentsSuppose you want to create a zip archive, but with password protection, so that whoever tries to uncompress the zip file must know the.........【阅读全文】

阅读(917) | 评论(0) | 转发(0)

发布时间:2014-12-08 12:33:58

文章来源:http://www.ihref.com/read-16422.html1.对查询进行优化,应尽量避免全表扫描,首先应考虑在 where 及 order by 涉及的列上建立索引。2.应尽量避免在 where 子句中对字段进行 null 值判断,否则将导致引擎放弃使用索引而进行全表扫描,Sql 代码 : select id from t where num is null;可以在 num 上.........【阅读全文】

阅读(1087) | 评论(0) | 转发(0)

发布时间:2014-12-08 11:51:40

Descriptionpg_dump is a utility for backing up a PostgreSQL database. It makes consistent backups even if the database is being used concurrently. pg_dump does not block other users accessing the database (readers or writers).回答来自:http://dba.stackexchange.com/.........【阅读全文】

阅读(853) | 评论(0) | 转发(0)

发布时间:2014-12-08 11:23:41

文章来源:http://blog.csdn.net/licheng6302/article/details/7567523一、简介Postgresql的备份分为三种:l SQL转储l 文件系统级别备份(冷备份)l 在线热备份(归档)以下通过实例来讲解PostgreSQL的三种备份。二、 SQL转储(一)pg_dump1,创建数据库createdb pg2,连入数据库pgpsql pg3,.........【阅读全文】

阅读(838) | 评论(0) | 转发(0)

发布时间:2014-11-19 17:18:20

文章来源:https://www.imququ.com/post/four-ways-to-post-data-in-http.html发表于 2013-08-21文章目录application/x-www-form-urlencodedmultipart/form-dataapplication/jsontext/xmlHTTP/1.1 .........【阅读全文】

阅读(1327) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

北大未名居士2013-03-08 10:16

回复  |  举报

北大未名居士2013-03-08 10:16

回复  |  举报

pureal2012-05-09 12:01

你好,看到一个帖子发现你看过APUE2英文版,我也刚好看到读写锁,写饿死的问题。所以想认识交流下,我没找到你的邮箱,我的是dwdang@126.com

回复  |  举报

大鬼不动2010-09-23 00:47

回复  |  举报

chinaunix网友2009-10-12 16:19

你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册