Dev
搜索

Dev

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表生成的    
shopnc F方法
发表于2016-07-04|shopnc
定义位置 \core\framework\function\core.php 文件数据读取和保存 字符串、数组
shopnc setting 表
发表于2016-07-04|shopnc
存取shopnc系统配置在数据库 对应在setting.model.php文件中 更新数据库中的值 使用时使用C方法读取 生成的配置数组文件在\data\cache\config.php  
shopnc C方法
发表于2016-07-04|shopnc
定义文件 \core\framework\function\core.php 取得系统配置信息 在一个全局变量 $setting_config中
1…555657…102
avatar
developer
AI相伴的开发者博客
文章
1011
标签
712
分类
31
Follow Me
公告
This is my Blog
最新文章
react native 0.83 turbo modules 安卓 使用记录2026-01-10
一种适合开发的设计风格2026-01-07
使用virtualbox 记录2026-01-04
ppa launchpad镜像2025-12-29
multipass 使用记录2025-12-28
分类
  • apicloud3
  • bootstrap8
  • cocos2d-js5
  • createjs17
  • day45
  • docker16
  • egret14
  • flash2x2
标签
常用 COS 页面高度 egret 基本使用 $wpdb 拓展 禁止 mb_strcut H5 微信接口 ppt 无效 百度 getnv 微信支付 微信红包 session共享 模板字符串 thinkphp 常见问题 join 不同终端 url wordpress,plugins_url 和数组 对象 json 删除失败 poppler ci 对工作的思考 denied 中 会展行业 60 tostring 低成本 解决 我的全新开始
归档
  • 一月 2026 3
  • 十二月 2025 5
  • 十一月 2025 2
  • 十月 2025 5
  • 九月 2025 5
  • 八月 2025 2
  • 七月 2025 1
  • 五月 2025 1
网站信息
文章数目 :
1011
本站访客数 :
本站总浏览量 :
最后更新时间 :
© 2025 - 2026 By developer框架 Hexo 8.1.1|主题 Butterfly 5.5.4
搜索
数据加载中