码迷,mamicode.com
首页 >  
搜索关键字:add trandata    ( 36743个结果
ckeditor 在mvc4发布后出现无法显示的情况
ckeditor 在mvc4发布后出现无法显示的情况,使用js控制台发现ckeditor.js调用其它js文件的路径出错,找不到那些文件。错误的是:bundles.Add(new ScriptBundle("~/bundles/ckeditor").Include("~/Scripts/ckedit...
分类:Web程序   时间:2014-05-19 19:19:09    阅读次数:346
Spring声明式事务配置管理方法
环境配置项目使用SSH架构,现在要添加Spring事务管理功能,针对当前环境,只需要添加Spring 2.0 AOP类库即可。添加方法:点击项目右键->Build Path->Add librarys:打开Add Libraries对话框,然后选定 MyEclipse Libraries:点击Nex...
分类:编程语言   时间:2014-05-19 18:23:14    阅读次数:539
设置IE搜索栏的默认搜索引擎
由于本人比较喜欢用Google香港作为自己的默认搜索引擎,Chrome里面可以轻松设置。但是在IE里面,默认的搜索引擎为Bing搜索,要更改或者添加默认的搜索引擎非常简单,步骤如下设置 --> 管理插件(Manage add-ons) --> 点击下面的"查找更多搜索提供者"但是这个微软官网提供的搜...
分类:其他好文   时间:2014-05-19 17:46:54    阅读次数:276
WAYOS 跨域 注册用户的例子
Insert title herehttp://root:admin@192.168.1.1:880/user.asp?user=1234567&pwd=123&state=32&gid=0&opt=add只支持火狐、google、手机等浏览器,不支持IE可以注册为pppoe用户,也可以注册为web...
分类:其他好文   时间:2014-05-19 16:58:08    阅读次数:375
LeetCode:Add Two Numbers
题目链接 You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a si...
分类:其他好文   时间:2014-05-19 13:53:32    阅读次数:296
分析java.lang.NullPointerException thrown in RelativeLayout measure()
不难看出,在RelativeLayout被add/attach到父View之前mLayoutParams成员为空,调用measure方法将导致上图标注处代码抛出空指针异常。 解决方案有两种 a) 在measure之前显式设置LayoutParams(代表着对父View的Layout请求,必须是父View的内部LayoutParams类型) b) 自动设置LayoutParams的inflate方式...
分类:编程语言   时间:2014-05-18 18:26:17    阅读次数:576
Android批量添加联系人到通讯录
由于工作上的需要,把数据库中备份的联系人添加到通讯录,一般都有几百条记录,插入一条数据系统默认commit一次,这样效率就降低了,如果把所有的数据都添加进去后再commit效率就不一样,这就需要事务 没有添加事务的方法,每次添加一条记录 /** * 单条添加数据 * * @param contacts * @return */ public boolean add(T...
分类:移动开发   时间:2014-05-18 07:03:31    阅读次数:629
编写.ini文件
from ConfigParser import RawConfigParser as rcp if __name__ == "__main__": cfg = rcp() cfg.add_section("Info") cfg.set("Info", "ImagePath", "f:/whu") cfg.set("Info", "foo", "cd'...
分类:其他好文   时间:2014-05-18 05:58:51    阅读次数:284
使用时间类处理时间问题
定义一个时间类 class Time//时间类 { public: void set_time( );//设置时间 void show_time( );//显示时间 int add_a_sec();//增加1秒 int add_a_minute();//增加1分钟 int add_a_hour();//增加1个小时 int add_seconds(int n);//增...
分类:其他好文   时间:2014-05-18 04:33:46    阅读次数:294
在fragment中显示对话框出现异常
异常类型为:android.view.WindowManager$BadTokenException: Unable to add window 我在fragment中public View onCreateView(LayoutInflater inflater, ViewGroup container,Bundle savedInstanceState) {中试图调用对话框静态工...
分类:其他好文   时间:2014-05-18 04:27:35    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!