$(function(){ var make="ad"; var kaka="mon";
function show(a,b){ alert(a+"-"+b); } setInterval(function(){ show( make,kak...
分类:
其他好文 时间:
2014-07-22 23:17:35
阅读次数:
434
【转自】http://www.cnblogs.com/witxjp/archive/2011/04/03/2004556.htmlVisual
Assist(强烈推荐)网址:http://www.wholetomato.com/功能:VA从5.0一直到现在的VAX,功能越来越强大,除了以前版本中的自...
分类:
编程语言 时间:
2014-07-22 23:17:34
阅读次数:
352
添加引用http://htmlagilitypack.codeplex.com/downloads/get/437941protected
void Export(string content,string file) { HtmlDocument doc = new HtmlD...
分类:
Web程序 时间:
2014-07-22 23:17:32
阅读次数:
426
使用默认的CMenu菜单类或者继承CMenu实现的菜单扩展类,在显示的时候最外层都会有边框出现,或者说是具有3D外观(菜单阴影不算),当改变菜单背景色或者需要加个边框线时就会看上去很不美观。看过很多菜单的自定义实现类,一般可以有两种方式来实现外框的移除。第一种方法就是:自定义窗口,完全模拟菜单...
分类:
其他好文 时间:
2014-07-22 23:17:32
阅读次数:
2478
数据库缓存数据库缓存类允许你把数据库查询结果保存在文本文件中以减少数据库访问。激活缓存需要三步: 在服务器上创建一个可写的目录以便保存缓存文件。 在文件
application/config/database.php 中设置其目录。 激活缓存特性,可以在文件 application...
分类:
其他好文 时间:
2014-07-22 23:17:32
阅读次数:
410
如若是Office 2003的对应问题,在运行对话框中输入:reg add
HKCU\Software\Microsoft\Office\11.0\Word\Options /v NoReReg /t REG_DWORD /d
1回车即可若是Office 2007的对应问题,在运行对话框中输入:re...
分类:
其他好文 时间:
2014-07-22 23:17:15
阅读次数:
446
案例:添加.EXE文件右键菜单父菜单项【DC编程助手】,子菜单项【PEiD】【OllyDbg】Windows Registry Editor Version
5.00[HKEY_CLASSES_ROOT\exefile\shell\DC]"SubCommands"="PEiD;OllyDbg""MU...
分类:
其他好文 时间:
2014-07-22 23:17:14
阅读次数:
531
创建java工程SamplePlugin:package
com.hoo.server.plugin;import java.io.File;import
org.jivesoftware.openfire.XMPPServer;import org.jivesoftware.openfire.co...
分类:
其他好文 时间:
2014-07-22 23:17:14
阅读次数:
478
Problem description:given a string, find the
longest palindrome string in itSolution:1.brute force O(n^3)just enumerate start
and end of the substring...
分类:
其他好文 时间:
2014-04-29 17:22:46
阅读次数:
308