window server2008 开启无线支持
Posted in 默认分类 on 九月 28th, 2009 by admin – Be the first to comment1. start -> administrarot tools -> server manager
2. 选中左边中的 features -> 右边增加 ad features
3. wireless lan service -> installl
1. start -> administrarot tools -> server manager
2. 选中左边中的 features -> 右边增加 ad features
3. wireless lan service -> installl
开源免费, 还很好用, 最重要的还有中文!
http://download.orbmu2k.de/files/sqliteadmin.zip
没有理由不用啊.
Komodo IDE 5.2 is now in Beta, and scheduled for release mid-September. Along with some performance and stability improvements, we’ve added a lot of new things:
Ruby: Debugging support for Ruby 1.9.1 and up.
PHP: New PHP 5.3 support:
Code browser and section list support for namespaces
Code completions for /Namespaces
Syntax coloring of latest keywords (“namespace”, “use”, “as”, etc…)
Updated Xdebug builds to support PHP 5.3
…plus some debugging configuration improvements:
Improved debugger wizard for the first time setup
Support for a wider range of PHP builds on Windows
Sub-language background colors: You can now give sub-languages a different background color in multi-language buffers.
View HTML Source: Drag and drop an http:// or https:// URL onto Komodo to see the contents of the page.
You can see a full list of changes in the release notes.
详细
不知道 komodo edit会不会同步更新
var wangwangList = ['咨询online','咨询online1','咨询online2','咨询online3'];
/**
* 随机排预
* @param 旺旺名字列表
* @returns HTML代码
**/
function randomWangWang(A){
var B,C;
var X = [];
var j=0;
for(i=A.length;i>=1;i--){
C=Math.floor(Math.random() * A.length);
X[j] = outWangWangCode(A[C]);
A.splice(C,1)
j++;
}
return X
}
/**
* 转化为HTML链接形式
* @param 旺旺名字
* @returns HTML代码
**/
function outWangWangCode(n){
var _n = encodeURIComponent(n);
var html='';
html += '
首先用netstat -ano 看是得到占用80端口的进程的PID,然后打开任务管理器,
选择 查看->选择列,勾上PID(进程标识符),结束这个进程,再启动APACHE就成功了
可以使用 netstat -ano ->1.txt 产生比较多的内容