ckeditor
在mvc4发布后出现无法显示的情况,使用js控制台发现ckeditor.js调用其它js文件的路径出错,找不到那些文件。错误的是:bundles.Add(new
ScriptBundle("~/bundles/ckeditor").Include("~/Scripts/ckedit...
分类:
Web程序 时间:
2014-05-19 19:19:09
阅读次数:
346
环境配置项目使用SSH架构,现在要添加Spring事务管理功能,针对当前环境,只需要添加Spring 2.0
AOP类库即可。添加方法:点击项目右键->Build Path->Add librarys:打开Add Libraries对话框,然后选定
MyEclipse Libraries:点击Nex...
分类:
编程语言 时间:
2014-05-19 18:23:14
阅读次数:
539
由于本人比较喜欢用Google香港作为自己的默认搜索引擎,Chrome里面可以轻松设置。但是在IE里面,默认的搜索引擎为Bing搜索,要更改或者添加默认的搜索引擎非常简单,步骤如下设置
--> 管理插件(Manage add-ons) --> 点击下面的"查找更多搜索提供者"但是这个微软官网提供的搜...
分类:
其他好文 时间:
2014-05-19 17:46:54
阅读次数:
276
写这个东西只是为了记录一下作为新手的自己经历,大家就不要吐得厉害哇,呵呵。。。。1、新建一个数据库名相同的数据库2、停止sql实例服务3、把数据库文件覆盖新的数据库文件4、启动实例服务5、执行以下语句alter
database dbname set emergency--紧急模式goalter d...
分类:
其他好文 时间:
2014-05-19 17:36:08
阅读次数:
224
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
题目链接 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
Given two binary strings, return their sum
(also a binary string).For example,a ="11"b ="1"Return"100".public class
Solution { public String addBin...
分类:
其他好文 时间:
2014-05-19 12:15:49
阅读次数:
220
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 single ...
分类:
其他好文 时间:
2014-05-19 12:05:23
阅读次数:
386
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