1. [代码][C/C++]代码 /** Copyright (c) 2011, Jim Hollinger* All rights reserved.** Redistribution and use in source and binary forms, with or without* mod...
分类:
其他好文 时间:
2014-09-04 16:40:09
阅读次数:
259
数据导出 mongoexport假设库里有一张user 表,里面有2 条记录,我们要将它导出> use my_mongodbswitched to db my_mongodb> db.user.find();{ "_id" : ObjectId("4f81a4a1779282ca68fd8a5a")...
分类:
数据库 时间:
2014-09-04 16:38:29
阅读次数:
272
#includeint main() { printf("hello world \n"); return 0;}this is my first C program. And I will use c to realize all Category in this wiki page....
分类:
其他好文 时间:
2014-09-04 16:30:49
阅读次数:
158
转义符表This all of the escape sequences Ruby supports. You may not use many of these, but memorize their format and what they do anyway. Try them out in ...
分类:
其他好文 时间:
2014-09-03 22:37:17
阅读次数:
222
/Library/Preferences/VMware Fusion/vmnet8/nat.conf[incomingtcp]# Use these with care - anyone can enter into your VM through these...# The format and ...
分类:
其他好文 时间:
2014-09-03 19:41:17
阅读次数:
209
最近一直在学习Postgresql,下面是自己整理的Postgresql的常用命令 连接数据库, 默认的用户和数据库是postgres psql -U user -d dbname 切换数据库,相当于mysql的use dbname \c dbname 列举数据库,相当于mysql的...
分类:
数据库 时间:
2014-09-03 17:00:27
阅读次数:
194
注:红色部分表示相关命令1、查看数据盘 在没有分区和格式化数据盘之前,使用 “df –h”命令,是无法看到数据盘的,可以使用“fdisk -l”命令查看 #df -h Filesystem Size Used Avail Use% Mounted on /dev/xvda1 2...
分类:
系统相关 时间:
2014-09-03 16:36:26
阅读次数:
309
ref:http://www.zhengsiwei.com/write-an-article-to-use-windows-live-writer-dont-use-360-to-remove-rubbish/ 在使用Windows Live Writer写文章时,图片是缓存到临时文件夹的。这时如果...
HashMap.java源代码:/** Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to.....
分类:
编程语言 时间:
2014-09-03 12:37:16
阅读次数:
307
-- Demostratin 2A (Using SQL Server Audit)-- Step 1: Use the master databaseUSE master;GO-- Step 2: Create a SQL Server Audit and define tis target as...
分类:
数据库 时间:
2014-09-03 12:36:56
阅读次数:
272