前些日子在pd中添加存储过程,参考:深蓝居的博文 http://www.cnblogs.com/studyzy/archive/2009/12/18/1627334.html创建视图的时候,会在属性页面Priview标签有生成的代码,但是存储过程的Priview标签却没有代码,而是有一段话:# Th...
分类:
其他好文 时间:
2015-02-11 16:13:01
阅读次数:
1721
http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/ http://www.cyberciti.biz/faq/install-configure-tftp-server-ubuntu-deb...
分类:
系统相关 时间:
2015-02-11 16:09:52
阅读次数:
163
步骤:1.compile选项 => compile options Covrage setting (或者可以点击选中文件,编辑properties,在coverage中选择要实现的覆盖选项)2.对所设计文件进行编译3.最关键的一步,仿真,选择simulate,选中文件,一定要在others选项中选...
分类:
其他好文 时间:
2015-02-11 09:15:17
阅读次数:
156
Description
You are in charge of setting up the press room for the inaugural meeting of the United Nations Internet eXecutive (UNIX), which has an international mandate to make the free flow of inf...
分类:
其他好文 时间:
2015-02-10 00:37:46
阅读次数:
118
1.新建一个pch文件command + N , 选择 iOS -> Other -> PCHFile2.将building setting中的precompile header选项的路径添加“$(SRCROOT)/项目名称/pch文件名”(例如:$(SRCROOT)/RMWeibo/PrefixH...
分类:
其他好文 时间:
2015-02-09 22:53:13
阅读次数:
102
最近在哥在工作用到的
1 hg 的 setting
全局设置: 复制下面的代码 带星号的用你的邮箱替换掉即可
# Generated by TortoiseHg settings dialog
[ui]
username = *****
# 设置hg的安装的路径 和 自己的私钥
ssh = "E:\Study\Android\Too...
分类:
其他好文 时间:
2015-02-09 12:53:58
阅读次数:
172
之前用spring jdbc的时候发下spring可以驼峰转换,所以一直希望mybatis也有,之前还以为mybatis这个是个bug,后来发现原来也是有的,用起来也是很简单的,在setting设置下就可以了,这里就不说了,下面说下是怎么实现的
public String findProperty(String name) {
StringBuilder prop = build...
分类:
其他好文 时间:
2015-02-08 00:27:57
阅读次数:
183
iOS: RegexKitLite编译错误解决办法
解决办法:
In project setting search “other” at
“Other Linker Flags” put the word “-licucore”....
分类:
其他好文 时间:
2015-02-07 23:02:35
阅读次数:
170
使用MJRefresh刷新,导入工程中,爆出:Too many arguments to function call ,expected 0,have3
解决方法:Build Setting--> Apple LLVM 6.0 - Preprocessing--> Enable Strict Checking of objc_msgSend Calls YES改为 NO...
分类:
其他好文 时间:
2015-02-05 13:38:42
阅读次数:
182
1、log的设置方式 。在 runtime setting中可以设置log的生成方式:默认的log方式:Enable logging选中,log option是Send messages only when an error occurs.可以修改日志的方式:Always send messages...
分类:
其他好文 时间:
2015-02-04 14:24:52
阅读次数:
150