可参考: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
The JavaScript interpreter in a browser is
implemented as a single thread.javascript 引擎在浏览器中作为单线程实现。
分类:
编程语言 时间:
2014-07-22 23:10:56
阅读次数:
341
实现公式:{{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
虽然网上有很多教程,但是我在这里进行简单对我用到的总结一下。加载Rewrite模块:在conf目录下httpd.conf中找到LoadModule
rewrite_module modules/mod_rewrite.so这句,去掉前边的注释符号“#”,或添加这句。.htacess文件,开头内容如下...
分类:
数据库 时间:
2014-04-30 02:25:42
阅读次数:
591
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...
[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
$.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进入项目首页时默认是index.php文件路径,如何把index.php去掉,方法如下:
打开apache配置文件http.conf,找到如下的代码:#LoadModule rewrite_module modules/mod_rewrite.so
把前面的#号去掉。 往下继续查找,找到,即....
分类:
其他好文 时间:
2014-04-28 09:24:28
阅读次数:
659