Skip to content
  • About Me

charlie笔记

A programmer’s note boke for work and life

php验证码的问题:图像因存在错误而无法显示

20 6月01 1月 by helenadmin

php验证码的问题:图像因存在错误而无法æ […]

Continue reading
Posted in 未分类 · Leave a comment

根据时间段搜索对应的数据,将这个时间段中所有数据合在一起,并且相同一个人的数据整合在一起,怎么用php写

20 6月01 1月 by helenadmin

回复讨论(解决方案) select uid,count(*) as num from table where […]

Continue reading
Posted in 未分类 · Leave a comment

关于 robots.txt 这个文件格式疑问问题 :

20 6月01 1月 by helenadmin

首先robots.txt里面写了 disuser-agent: * disallow: /douban.php […]

Continue reading
Posted in 未分类 · Leave a comment

laravel服务之任务调度

20 6月01 1月 by helenadmin

laravel服务之任务调度_php_web-itnose 首页 asp […]

Continue reading
Posted in 未分类 · Leave a comment

php源码编译详解

20 6月01 1月 by helenadmin

php源码编译详解_php_web-itnose 首页 asp php jav […]

Continue reading
Posted in 未分类 · Leave a comment

微信支付

20 6月01 1月 by helenadmin

微信支付和微信app支付冲突 配置好支付参数之后提示mch_id和appid不匹配 请问这是什么原因 网上百度 […]

Continue reading
Posted in 未分类 · Leave a comment

找不到错在哪里?webuploader插件 整合到cms

20 6月01 1月 by helenadmin
Continue reading
Posted in 未分类 · Leave a comment

json格式问题

20 6月01 1月 by helenadmin

array ( [0] => array ( [0] => https://adc.cn/public/ima […]

Continue reading
Posted in 未分类 · Leave a comment

新人求教数组问题

20 6月01 1月 by helenadmin

$goods_spec_cond = array( 1=>array( “2”=> & […]

Continue reading
Posted in 未分类 · Leave a comment

数组相关问题

20 6月01 1月 by helenadmin

原谅楼主基本功不扎实 今天碰到一个问题,这是我抽象出来的例子

Continue reading
Posted in 未分类 · Leave a comment

微信公众号开发

20 6月01 1月 by helenadmin

tousername; $fromusername = $requestcontent->fromuserna […]

Continue reading
Posted in 未分类 · Leave a comment

正则替换url里的指定部分

20 6月01 1月 by helenadmin

如题。 var utm_source = ‘baidu’; var href = &# […]

Continue reading
Posted in 未分类 · Leave a comment

mysql (10060) 求帮忙解决

20 6月01 1月 by helenadmin

服务器环境 lnmp contos 7.0 mysql 5.7 有时候还报这个错 2013 – l […]

Continue reading
Posted in 未分类 · Leave a comment

如何获知屏幕可见区域显示的字符数?

20 6月01 1月 by helenadmin

各位大神,如果 中为一段长文,有几十万汉字,我怎么能在客户端阅读该文时,用js获得在屏幕可见区域显示的是从该文 […]

Continue reading
Posted in 未分类 · Leave a comment

问个问题,php微信公众号接口,分享到朋友圈,求大神解答啊!

20 6月01 1月 by helenadmin

我是按照文档,下的实例代码,appid和secret都填上去了,文件都上传到新浪云仓库了,打开报错如下图,求个 […]

Continue reading
Posted in 未分类 · Leave a comment

请教medoo问题 select方法无法查出数据

20 6月01 1月 by helenadmin

请教medoo问题 select方法无法查出数据,试了以下2种方法都无法查出来,插入数据是正常的,medoo版 […]

Continue reading
Posted in 未分类 · Leave a comment

请问如下报错 object of class stdclass could not be converted 如何处理

20 6月01 1月 by helenadmin

代码报错:按f12 发现如下报错: ( ! ) catchable fatal error: object o […]

Continue reading
Posted in 未分类 · Leave a comment

php怎么实现无刷新添加记录

20 6月01 1月 by helenadmin

php怎么实现无刷新添加记录?? 回复讨论(解决方案) 使用ajax $.ajax({ url:” […]

Continue reading
Posted in 未分类 · Leave a comment

your browser sent a request that this server could not understand.

20 6月01 1月 by helenadmin

这个问题有点莫名其妙的 按照百度的办法,在apache的httpd.conf中增加  limitrequest […]

Continue reading
Posted in 未分类 · Leave a comment

请问一个php如何将存储在数据库中的json字符串导出xml 的问题

20 6月01 1月 by helenadmin

我将一个长数组用json字符串格式保存在了数据库中的一个字段中,需要将整个数据库中的数据导出成xml文件。现在 […]

Continue reading
Posted in 未分类 · Leave a comment

mysql explain

20 6月01 1月 by helenadmin

怎么将filtered优化成100? explain select count(distinct c.`fld […]

Continue reading
Posted in 未分类 · Leave a comment

为什么没有人写过这种伪静态规则

20 6月01 1月 by helenadmin

文章内容url 动态,不同文章只有后面的id数字不同而已 http://www.123.com/view.ph […]

Continue reading
Posted in 未分类 · Leave a comment

函数传递参数的问题

20 6月01 1月 by helenadmin

正在写一个restful api,在传递函数参数时遇到一个问题 假设函数定义是这样的 function get […]

Continue reading
Posted in 未分类 · Leave a comment

jquery与ajax

20 6月01 1月 by helenadmin

jquery代码: $(“#nam”).blur(function(){ var na […]

Continue reading
Posted in 未分类 · Leave a comment

sql 查询问题

20 6月01 1月 by helenadmin

表:yd 字段: bgid pay 1 1 1 1 1 0 2 1 3 0 要求: bgid 值相同时,pay […]

Continue reading
Posted in 未分类 · Leave a comment

php 正则判断链接相对和绝对路径问题

20 6月01 1月 by helenadmin

比如我有这样一个字符串 $a =

Continue reading
Posted in 未分类 · Leave a comment

php 显示所有表

20 6月01 1月 by helenadmin

$sql=”show tables from sx_db”; $row= $conn- […]

Continue reading
Posted in 未分类 · Leave a comment

用php画图,如何画出下划线效果?

20 6月01 1月 by helenadmin

用php画图,如何画出下划线效果? 用gd2, 想生成一个证明书,想画下划线,如何实现 回复讨论(解决方案) […]

Continue reading
Posted in 未分类 · Leave a comment

centos 7 php.ini修改无效 编译安装php nginx mysql 在扩展php的mysql出现问题

20 6月01 1月 by helenadmin

php版本用的5.6.7 phpinfo() 函数 查看如下 如图 路径是 /usr/etc/php/etc […]

Continue reading
Posted in 未分类 · Leave a comment

闭包函数如何能让其$i自增呢?

20 6月01 1月 by helenadmin

这样一个闭包函数,如何能让其$i自增呢? 想要输出 some numbers: one: 2; two: 3; […]

Continue reading
Posted in 未分类 · Leave a comment

文章导航

Previous 1 … 44 45 46 47 48 49 50 51 52 53 54 … 260 Next

近期文章

  • 15款互联网人必备的AI工具,效率提升2倍
  • 多个ChatGPT通用指令
  • Python采集biaozhun政府文件
  • TensorFlow库:Python中的深度学习
  • python 本地密码管理应用

近期评论

  • helenadmin发表在《Python采集biaozhun政府文件》
  • helenadmin发表在《写给程序员的一封公开信》
  • Google发表在《About Me》
  • helenadmin发表在《ES(ElasticSearch)分布式全文搜索引擎及使用方式》
  • buy viagra发表在《About Me》

文章归档

  • 2024年12月
  • 2024年9月
  • 2024年6月
  • 2024年5月
  • 2024年3月
  • 2024年2月
  • 2024年1月
  • 2023年12月
  • 2023年11月
  • 2023年10月
  • 2023年9月
  • 2023年8月
  • 2023年7月
  • 2023年6月
  • 2023年5月
  • 2023年4月
  • 2023年3月
  • 2023年2月
  • 2023年1月
  • 2022年12月
  • 2022年8月
  • 2022年7月
  • 2022年6月
  • 2022年5月
  • 2022年4月
  • 2022年3月
  • 2022年2月
  • 2022年1月
  • 2021年12月
  • 2021年11月
  • 2021年10月
  • 2021年9月
  • 2021年8月
  • 2021年7月
  • 2021年6月
  • 2021年5月
  • 2021年4月
  • 2021年3月
  • 2021年1月
  • 2020年12月
  • 2020年11月
  • 2020年10月
  • 2020年9月
  • 2020年8月
  • 2020年7月
  • 2020年6月
  • 2020年5月
  • 2020年4月
  • 2020年3月
  • 2020年2月
  • 2020年1月
  • 2019年12月
  • 2019年11月
  • 2019年10月
  • 2019年9月
  • 2019年8月
  • 2019年7月
  • 2019年6月
  • 2019年5月
  • 2019年4月
  • 2019年3月
  • 2019年2月
  • 2019年1月
  • 2018年12月
  • 2018年11月
  • 2018年10月
  • 2018年9月
  • 2018年7月
  • 2018年6月
  • 2018年3月
  • 2018年2月
  • 2018年1月
  • 2017年12月
  • 2017年11月
  • 2017年10月
  • 2017年9月
  • 2017年8月
  • 2017年7月
  • 2017年6月
  • 2017年5月
  • 2017年4月
  • 2017年3月
  • 2017年1月
  • 2016年12月
  • 2016年11月
  • 2016年10月
  • 2016年9月
  • 2016年8月
  • 2016年7月
  • 2016年6月
  • 2016年5月
  • 2016年4月
  • 2016年3月
  • 2016年2月
  • 2015年8月
  • 2015年7月
  • 2015年6月
  • 2015年5月
  • 2014年7月
  • 2014年6月
  • 2014年5月
  • 1970年1月

分类目录

  • Database
  • focus—-实时热搜
  • IC设计
  • js&jquery
  • PHP
  • Python
  • 新技术研习
  • 服务器相关技术
  • 算法
  • 缓存技术
  • 随笔

功能

  • 注册
  • 登录
  • 文章RSS
  • 评论RSS
  • WordPress.org
© 2025 charlie笔记 ·
程序猿 散文朗诵 鬼故事 佛学网