官方帮助http://space.cnblogs.com/forum/topic/8550
注:如果自动配置没有成功,需要手动配置: a) 在“Type of weblog that you are
using”中选择“Custom(Metaweblog API)”。b) “Remote posti...
1, 安装nodejs安装python。2,安装node-gyp:sudo npm
install -g
node-gyp3,写代码:新建一个目录,创建hello.cc文件,然后创建binding.gyp文件:hello.cc#include#includeusingnamespace
v8;Han...
分类:
编程语言 时间:
2014-06-11 11:10:24
阅读次数:
380
2014-06-06 17:23:19:082 ERROR
DbQueryExceptionHandler:80 - org.apache.ibatis.binding.BindingException: Invalid
bound statement (not found): gov.hkpf.c...
分类:
移动开发 时间:
2014-06-11 09:18:45
阅读次数:
1149
WCF开启流模式,主要是设置一个叫TransferMode的属性,所以,你看看哪些Binding的派生类有这个属性就可以了。TransferMode其实是一个举枚,看看它的几个有效值:Buffered:缓冲模式,说白了就是在内存中缓冲,一次调用就把整个消息读/写完,也就是我们最常用的方式,就是普通的...
分类:
其他好文 时间:
2014-06-10 20:29:55
阅读次数:
206
SELECT * FROM FND_FORM_CUSTOM_RULES;SELECT *
FROM FND_FORM_CUSTOM_ACTIONS;SELECT * FROM FND_FORM_CUSTOM_PARAMS;SELECT * FROM
FND_FORM_CUSTOM_SCOPES;se...
分类:
数据库 时间:
2014-06-09 17:29:30
阅读次数:
557
Using a custom contentType to creating a
list:function GetContentType(){ var clientContext = new
SP.ClientContext(siteUrl); var currentW...
分类:
其他好文 时间:
2014-06-09 00:39:06
阅读次数:
301
一、自定义视图类继承View或者View的子类
All of the view classes defined in the Android framework extend View.
Your custom view can also extend Viewdirectly,
or you can save time by extending one of the exist...
分类:
移动开发 时间:
2014-06-08 10:11:27
阅读次数:
342
在storyboard中,界面的跳转是通过segue来实现的,利用它,省去了方法内写入跳转的代码。一
视图跳转《StoryBoard下的视图跳转》我们知道:segue共有三种类型:push,modal,和custom。如下图://01简单说下这三个的作用:使用导航栏压进新的控制器(push),模态的...
分类:
其他好文 时间:
2014-06-07 22:39:14
阅读次数:
388
报错现象:解决方法:1,日志网址上面,随便输入一个字符,比如:a
,下一步2,手动配置日志类型:a) 在“Type of weblog that you are using”中选择“Custom(Metaweblog
API)”。 b) “Remote posting URL for your we...
分类:
其他好文 时间:
2014-06-07 08:52:05
阅读次数:
254
我在cmake编译后想执行一些特定的shell命令(执行、lcov收集代码覆盖报告等),我又不想写到XX.sh的shell脚本中,如何直接通过CMake执行shell命令呢?在网上翻江倒海了一下,找到了一个老外写的cmake脚本,参考他,自己写了下,终于实现了我的目标,主要是用ADD_CUSTOM_...
分类:
其他好文 时间:
2014-06-07 08:12:11
阅读次数:
754