`
文章列表
zf2 路由与加载器
    changeTypeName("E:/bak/video/code/views", "html", "phtml"); //改变文件目录下文件的后缀名 function changeTypeName($path, $oldTypaName, $newTypeName) { $path = "glob://$path/*"; $files = new DirectoryIterator($path); foreach ($files as $file) { ...
1.安装 PowerAMP.apk (不要运行!/ 清除数据!)2.安装PowerAMPunlocker.apk 不要打开。 3.安装幸运破解器(运行,不激活程序!)4.去/sdcard/LuckyPatcher,删除"com.maxmpz.audioplayer.txt"5.复制本帖提供的"com.maxmpz.audioplayer.txt"到/sdcard/LuckyPatcher/6.运行幸运破解器,点击自定义补丁7.并添加开机补丁(自定义补丁)8.不卸载补丁
你妹的长城宽带,龟速,tmd的谁用谁知道
  SMART 具体的 Specific ,可度量的 Measurable ,可实现的 Achievable,相关的 Relevant,时间可控性 Time-Boxed     对于任何目标,都需要制定一个计划,定出一系列帮助实现目标的任务   目标背景: 家庭-事业-财务-社区-环境   SQ3R :   调查  问题  阅读  复述      调查 Survey  :  扫描目录和每章总结,得出总体看法 问题 Questioin: 记录所有问题 阅读 Read   : 阅读全部内容 复述 Recite : 总结,做笔记,用指甲的话描述 回顾 Reviev : ...
在做一个及时校验文本框输入的程序时,发现IE9这个问题,GOOGLE一下,发现也有其他人碰到了。 通常,为了最及时的获取用户对于文本输入框内容的改变,非IE浏览器、IE9以上浏览器,可以使用input事件,这个事件是最理想的一个处理方式。 对于IE6/7/8这些旧IE浏览器,通过propertychange事件也能处理。 IE9同时支持propertychange和input,却同时存在BUG。 改变输入框内容的行为有多种,主要有: 1.键盘输入(可通过keyup事件处理,但有按键不一定有改变输入的行为) 2.鼠标拖拽(可通过dragend / drop事件处理) 3.剪切(可通 ...
如果遇到这个问题: /patch.exe -p1 < xx.patch Assertion failed: hunk, file ../patch-2.5.9-src/patch.c line 354 可以用这个命令来patch patch -i xx.patch --verbose --binary
使用WINRAR时一般是用来把多个文件做成一个文件,但也有用来做备份文件的目的.备份文件时不能重复已经有的名字,平时都是手输备份日期到文件名,刚在找自动添加日期名时发现原来还可以这样做 开始菜单>运行regedit>在HKEY_CURRENT_USER\Software\WinRAR\Profiles\0找到GenerateArcName修改0为1,修改GenerateMask为你想要的日期式(默认yyyymmddhhnnss) 说明:HKEY_CURRENT_USER\Software\WinRAR\Profiles为WINRAR的备份配置0 1 2 3 4是四种方式,0为默认 ...
/** * 对html代码进行模块处理 ,把字符串中的html * from http://www.isharey.com/?p=1206 * @param template html字符串代码 * @param data json对象 * @return string html */ function templateLoadData(template, data) { return templa ...
/** * 获取jquery 的outerHtml * from http://www.isharey.com/?p=1205 * @param $dom jquery对象 * @return string */ function getJqueryOuterHtml ($dom) { return $($('<div></div>').html($dom.clone())).html(); }
终于找到了 Editplus 3.4 注册码 keycode from :http://www.isharey.com/?p=1203 用户名:Free User 注册码:6AC8D-784D8-DDZ95-B8W3A-45TFA 经检测,可用!
文章来自 http://www.isharey.com/?p=1075 打开此文件夹 C:\Windows\System32\drivers\etc 找到hosts文件,用记事本打开,在最后面换行添加以下以下内容并保存即可 #优酷 127.0.0.1 atm.youku.com 127.0.0.1 Fvid.atm.youku.com 127.0.0.1 html.atm.youku.com 127.0.0.1 valb.atm.youku.com 127.0.0.1 valf.atm.youku.com 127.0.0.1 valo.atm.youku.com 127.0.0.1 valp ...
firefox  FireLogger 插件下载地址(客户端下载): https://addons.mozilla.org/zh-CN/firefox/addon/firelogger/ 服务器端 FireLogger 文件下载地址 http://github.com/darwin/firelogger.php php调试方法 /** * user 小杰 * from http://www.isharey.com/?p=614 * 调试代码 * @param $val 测试 */ function debug($val) { //加载调试的文件文 ...
/** * 获取百度的热词 * @user   小杰 * @from   http://www.isharey.com/?p=261 */ wordpress 分类显示分类下文章的数目 修改文件   wp-includes/category-template.php 中的Walker_Category类的start_el方法 将 $link .= $cat_name  . '</a>'; 替换成 $link .= $cat_name . "(".esc_attr( $category->count ).")". '</a& ...
/** * 获取百度的热词 * @user   小杰 * @from   http://www.isharey.com/?p=354 * @return array  返回百度的热词数据(数组返回) */ /** * 获取百度的热词 * @user 小杰 * @from http://www.isharey.com/?p=354 * @return array 返回百度的热词数据(数组返回) */ function getBaiduHotKeyWord() { $templateRss = file_get_contents('http: ...
Global site tag (gtag.js) - Google Analytics