Dev
搜索

Dev

免费mysql 可视化客户端
发表于2016-07-31|others
heidisql 开源免费
mysql 找出重复数据
发表于2016-07-30|mysql
1SELECT * , count(openid) as count FROM `cul_logindata` GROUP BY `openid` HAVING count>1
thinkphp fetch取回模版内容 然后show 貌似造成很多缓存
发表于2016-07-30|thinkphp
今天为了替换模版中的错误网址, 然后show出去,结果产生了大量缓存 目前改用echo暂时解决这个问题
js 截取指定长度字符串 控制页面字数
发表于2016-07-30|js
[pcsh lang=”js” tab_size=”4” message=”” hl_lines=”” provider=”manual”] function cutstr(str,len) { var str_length = 0; var str_len = 0; str_cut = new String(); str_len = str.length; for(var i = 0;i<str_len;i++) { a = str.charAt(i); str_length++; if(escape(a).length > 4) { //中文字符的长度经编码之后大于4 str_length++; } str_cut = str_cut.concat(a); if(str_length>=len) ...
Windows 右下角 输入法不见的处理办法
发表于2016-07-28|others
Windows+r ctfmon
thinkphp getField 只返回一行的数据
发表于2016-07-21|thinkphp
经过解析后getField的sql语句中自带了limit 1 示例 [pcsh lang=”php” tab_size=”4” message=”” hl_lines=”” provider=”manual”] SELECT `id` FROM `cul_userinfo` WHERE `name` LIKE '%黄%' OR `team` LIKE '%黄%' LIMIT 1 [/pcsh]      
windows 无法安装字体 显示字体无效 解决办法
发表于2016-07-20|others
原文地址 http://jingyan.baidu.com/article/9f63fb918d28dfc8410f0e46.html Windows10无法安装字体 很可能是防火墙没有启动  
兼容ie8和几乎任何浏览器的播放器
发表于2016-07-05|others
flarevideo 项目地址 https://github.com/maccman/flarevideo/
shopnc H方法 F方法
发表于2016-07-04|shopnc
H方法 H(‘setting’); 使用 H 方法将 setting 表信息生成到文件缓存:H(‘setting’,true,’file’); 从缓存读取配置 F方法 同thinkphp的文件缓存  
shopnc 配置
发表于2016-07-04|shopnc
位置 \data\config\config.ini.php 未存入数据库 的配置 \data\cache\setting.php 从数据库setting表生成的    
1…565758…103
avatar
developer
AI相伴的开发者博客
文章
1024
标签
725
分类
35
Follow Me
公告
This is my Blog
最新文章
opencode自定义模型2026-06-18
pdf操作2026-06-04
pdf按章节拆分到文件2026-05-03
svg转png2026-04-09
taro+tailwind开发记录2026-04-07
分类
  • apicloud3
  • bootstrap8
  • cmder1
  • cocos2d-js5
  • createjs17
  • day45
  • docker16
  • egret14
标签
备份 运营网站记录 dd mb_ereg_replace 封禁ip jssdk Anaconda 创建软连接 apache 路由不生效 Shortcode xss htmlspecialchars 中 解密 企业支付返回数据 搭建php开发环境 worker 函数 开启url 微信分享定制注意事项 排序 乌龟 注意点 vue 魔术方法 php Post Formats 报错 sftp 协程 serverless 类型转换 Promise对象 时间戳 discover alter 过大的 但是无效果 opencode
归档
  • 六月 2026 2
  • 五月 2026 1
  • 四月 2026 2
  • 三月 2026 3
  • 二月 2026 5
  • 一月 2026 3
  • 十二月 2025 5
  • 十一月 2025 2
网站信息
文章数目 :
1024
最后更新时间 :
© 2025 - 2026 By developer框架 Hexo 8.1.1|主题 Butterfly 5.5.4
搜索
数据加载中