码迷,mamicode.com
首页 >  
搜索关键字:ise module browser    ( 16248个结果
This InfoPath form template is browser-compatible, but it cannot be browser-enabled on the selected site
- all features were running on sitecollection level and at site levelBut here is the solution, i do not why it worked but it did work.Although you can...
分类:其他好文   时间:2014-10-13 14:17:39    阅读次数:196
动态载入javascript问题
使用require.js或者els.js加载module的时候在django项目上前端报:500 Dude, this is whack! django 后台报:ImproperlyConfigured: The storage backend of the staticfiles finder <class ‘django.contrib.stat...
分类:编程语言   时间:2014-10-13 02:42:39    阅读次数:205
启用Nginx状态监控
1.?编译Nginx添加http_stub_status_module 编译Nginx的时候添加参数:--with-http_stub_status_module cd nginx-{version}/ ./configure --prefix=/opt/nginx --with-http_stub_status_module --with-http_ss...
分类:其他好文   时间:2014-10-12 16:55:38    阅读次数:287
Angular权威指南学习笔记
第一章. 初识Angular——Angular是MVW的Js框架。 第二章. 数据绑定——ViewModel中不仅可以含有变量,还可以还有事件。可以通过事件来控制变量的值改变。视图绑定着VM中的变量和事件。 第三章. 模块——可以使用angular.module()来声明模块。 如angular.m...
分类:其他好文   时间:2014-10-11 21:08:36    阅读次数:322
angularjs 笔记
控制台调试angular.element($0).scope() $0~$4angular.element($("#controllerId")).scope()依赖注入angualar.module('myModule', []). config(['depProvider', functi...
分类:Web程序   时间:2014-10-11 19:56:26    阅读次数:220
Linux watchdog 6300esb
Linux 自带了一个 watchdog 的实现,用于监视系统的运行,包括一个内核 watchdog module 和一个用户空间的 watchdog 程序。内核 watchdog 模块通过 /dev/watchdog 这个字符设备与用户空间通信。用户空间程序一旦打开 /dev/watchdog 设备(俗称“开门放狗”),就会导致在内核中启动一个1分钟的定时器(系统默认时间),此后,用户空...
分类:系统相关   时间:2014-10-11 18:49:25    阅读次数:363
silverlight获取web的url参数
1.网址(如:http://localhost:8081/index.aspx?name=123)2.获取name=123的信息3.IDictionary dict = System.Windows.Browser.HtmlPage.Document.QueryString;4. textblock...
分类:Web程序   时间:2014-10-11 15:54:05    阅读次数:172
bad URI(is not URI?)
网址中的汉字无法直接解析,需要先encode才行, 看报错说明irb(main):043:0> url="http://10.103.xx.xx/cms/api/module/data?name=资讯频道战略观察子频道&appkey=300&timestamp=1412997443&sign=72c...
分类:其他好文   时间:2014-10-11 15:07:55    阅读次数:306
跟我一起学extjs5(36--单个模块的设计[4根据菜单建立相应的模块])
跟我一起学extjs5(36--单个模块的设计[4根据菜单建立相应的模块])         前几节处理好了后台,现在又要处理前台了。首先是要修改菜单的选择事件,在创建一个module的时候将 moduleName参数传递进去。         修改MainController.js中的函数: // 选择了主菜单上的菜单后执行 onMainMenuClick : functi...
分类:Web程序   时间:2014-10-11 14:45:25    阅读次数:263
Charles-很好用的WEB DUBUGGING工具
Charles-很好用的WEB DUBUGGING工具 ABOUT CHARLES Charles is a web proxy (HTTP Proxy / HTTP Monitor) that runs on your own computer. Your web browser (or any other Internet application) is then conf...
分类:Web程序   时间:2014-10-11 13:57:35    阅读次数:180
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!