1、Platform Toolset设置Visual Studio 2013 - Windows XP (v120_xp)。2、Character Set设置Use Multi-Byte Character Set。3、添加以下Preprocessor Definitions:NPRT_EXPORT...
主要是路径没添加进来:在shell里面输入这条命令:export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.2...
分类:
系统相关 时间:
2014-07-24 22:00:32
阅读次数:
230
GoLang的官网被墙,镜像下载地址:http://tip.golang.so/dl/ 或者http://golang.so/dl/安装说明:http://tip.golang.so/doc/install其实只要设置一下环境变量就ok了。export GOROOT=$HOME/goexport P...
分类:
其他好文 时间:
2014-07-24 17:27:15
阅读次数:
246
本文转载:http://mattberseth.com/blog/2007/04/export_gridview_to_excel_1.html http://geekswithblogs.net/azamsharp/archive/2005/12/21/63843.aspx参考:http...
分类:
Web程序 时间:
2014-07-24 17:17:40
阅读次数:
324
Question:I want to understand when to export and import by dbms_stats statistics and learn when it is a good idea to export and import statistics.Answ...
分类:
其他好文 时间:
2014-07-23 22:29:17
阅读次数:
322
一、介绍逻辑备份是指使用工具export将数据对象的结构和数据导出到文件的过程。逻辑恢复是指当数据库对象被误操作而损坏后使用工具import利用备份的文件把数据对象导入到数据库的过程。物理备份即可在数据库open的状态下进行也可在关闭数据库后进行,但是逻辑备份和恢复只能在open的状态下进行。二、备...
分类:
数据库 时间:
2014-07-23 16:53:11
阅读次数:
359
下载maven
http://maven.apache.org/download.cgi
解压
用压缩管理器打开,解压至home目录下
配置环境变量
sudo gedit /etc/profile添加
export M2_HOME=/home/weibo/apache-maven-3.0.5(视自己的情况而定)
export M2=$M2_HOME/bin
e...
分类:
其他好文 时间:
2014-07-23 00:11:27
阅读次数:
305
brew install libevent$ export CFLAGS="-I /usr/local/Cellar/libevent/2.0.21/include -L /usr/local/Cellar/libevent/2.0.21/lib"
分类:
其他好文 时间:
2014-07-22 22:50:12
阅读次数:
215
最近在学习C语言,下面就是自己在学习C语言过程中获得的小技巧或小心得:1.获取整型数据类型的最值 ANSI标准头文件limits.h中,预定义了许多常量,这些常量容纳了各种类型的最大值或最小值 CHAR_BIT:char类型的二进制位数(bit) SCHAR_MIN:signed char...
分类:
编程语言 时间:
2014-07-22 22:34:54
阅读次数:
255
最近在tornado\mongodb\ansible
mongodb中有个find()方法很牛逼,可以将集合中所有的表都传出来,一开始我这么写
class Module_actionHandler(tornado.web.RequestHandler):
def get(self, *args, **kwargs):
coll = self.applic...
分类:
数据库 时间:
2014-07-22 17:52:41
阅读次数:
291