码迷,mamicode.com
首页 >  
搜索关键字:ise module browser    ( 16248个结果
create a plugin for PowerShell ISE
可参考:Creating Add-ons, Plugins, and Tools for the PowerShell ISE http://www.leeholmes.com/blog/2013/04/04/creating-add-ons-plugins-and-tools-for-the-po...
分类:其他好文   时间:2014-07-22 23:16:54    阅读次数:340
javascript解析器(引擎)
The JavaScript interpreter in a browser is implemented as a single thread.javascript 引擎在浏览器中作为单线程实现。
分类:编程语言   时间:2014-07-22 23:10:56    阅读次数:341
angularjs 实现排序功能
实现公式:{{orderBy_expression | orderBy:expression:reverse}}Examplevar app=angular.module("myApp",[]); app.controller("Ctrl",function($scope){ $scope.fri....
分类:Web程序   时间:2014-07-22 23:07:52    阅读次数:960
apache 伪静态 .htaccess
虽然网上有很多教程,但是我在这里进行简单对我用到的总结一下。加载Rewrite模块:在conf目录下httpd.conf中找到LoadModule rewrite_module modules/mod_rewrite.so这句,去掉前边的注释符号“#”,或添加这句。.htacess文件,开头内容如下...
分类:数据库   时间:2014-04-30 02:25:42    阅读次数:591
php_windows搭建
Php文件放到:D:\web\Apache2.2\htdocs修改D:\web\PHP\php.ini拓展修改D:\web\Apache2.2\conf\httpd.conf 支持php ,配置本机模拟域名后添加配置支持phpLoadModule php5_module "D:/web/PHP/ph...
分类:Windows程序   时间:2014-04-30 00:19:24    阅读次数:596
uwsgi ini 设置
[uwsgi]socket = 127.0.0.1:3032chdir = /data/www/yida/pythonpath = ..env = DJANGO_SETTINGS_MODULE=yida.settingsmodule = django.core.handlers.wsgi:WSGIH...
分类:其他好文   时间:2014-04-29 23:26:08    阅读次数:611
jQuery 1.9不支持$.browser 怎么判断浏览器类型和版本
$.browser.mozilla = /firefox/.test(navigator.userAgent.toLowerCase());$.browser.webkit = /webkit/.test(navigator.userAgent.toLowerCase());$.browser.op...
分类:Web程序   时间:2014-04-29 09:34:46    阅读次数:435
Yii隐藏单入口
Yii进入项目首页时默认是index.php文件路径,如何把index.php去掉,方法如下: 打开apache配置文件http.conf,找到如下的代码:#LoadModule rewrite_module modules/mod_rewrite.so 把前面的#号去掉。 往下继续查找,找到,即....
分类:其他好文   时间:2014-04-28 09:24:28    阅读次数:659
16248条   上一页 1 ... 1623 1624 1625
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!