Skip to content
  • About Me

charlie笔记

A programmer’s note boke for work and life

让我们一起认识yaml:yaml简介

24 6月01 1月 by helenadmin

yaml 来自yaml官方网站 (http://www.yaml.org/) 的定义: yaml是一种直观的能 […]

Continue reading
Posted in 未分类 · Leave a comment

php对gb编码动态转utf-8几种方法评测

24 6月01 1月 by helenadmin

在《ip地址->地理位置转换的测评》一文中提到用ip2addr函数直接读取ip数据库文件是效率最高的,相比用m […]

Continue reading
Posted in 未分类 · Leave a comment

php5中新增加的日期(date)函数的常量

24 6月01 1月 by helenadmin

php5.1.1以后,date函数新增了以下常量。 自 php 5.1.1 起定义有以下常量来提供标准日期表达 […]

Continue reading
Posted in 未分类 · Leave a comment

学习php技术:txtsql安装手册中文版

24 6月01 1月 by helenadmin

txtsql的最大优点之一是文档很详细,可惜,我在网上找了半天也找不到中文版的文档,所以只好自己动手,利人利已 […]

Continue reading
Posted in 未分类 · Leave a comment

smarty技术学习,修改php模板的一点体会

24 6月01 1月 by helenadmin

smarty,最得名,用之,配置语法都是菜鸟级别的,没的说,先列一点我使用的: 如果在模板中需要有动态替换的, […]

Continue reading
Posted in 未分类 · Leave a comment

karrigell入门

24 6月01 1月 by helenadmin

因为python并不是特别为web开发而生,所以现在很多的python使用者都在开发能够让python运行于w […]

Continue reading
Posted in 未分类 · Leave a comment

windowsiis环境下安装和配置php开发环境

24 6月01 1月 by helenadmin

一、首先把php的压缩包(这里以php4.3.2为例)解压到c:php-4.3.2-win32目录中,然后从其 […]

Continue reading
Posted in 未分类 · Leave a comment

php连接远程mysql和mysql5.1中文乱码处理方法

24 6月01 1月 by helenadmin

本文描述了我在开发我的blog的过程中所遇到的一些问题以及解决他们的方法。因为本网站采用的是一个免费的远程my […]

Continue reading
Posted in 未分类 · Leave a comment

怎么写app接口和接口文档啊,求前辈解答,感激不尽

20 6月01 1月 by helenadmin

怎么写app接口和接口文档啊,最好是有实际项目例子的,比较直观,多谢,如采纳会再加分 回复讨论(解决方案) h […]

Continue reading
Posted in 未分类 · Leave a comment

php操作mysql lock tables的问题

20 6月01 1月 by helenadmin

我想实现mysql的myisam的表锁, 在mysql命令行执行lock table test write写锁 […]

Continue reading
Posted in 未分类 · Leave a comment

不同两个概率对应两个不同取值范围思路上应该怎么写?

20 6月01 1月 by helenadmin

举个例子: 我希望取到一个0-99随机数,这个随机数会有70%的几率取值范围为(0-49),另有30%的几率取 […]

Continue reading
Posted in 未分类 · Leave a comment

按钮调用ajax函数的同时执行php代码

20 6月01 1月 by helenadmin

如题 我这边有一个按钮 想让它在按下去的时候调用ajax的同时执行php代码, ajax跟php代码如下 我这 […]

Continue reading
Posted in 未分类 · Leave a comment

一个url地址问题

20 6月01 1月 by helenadmin

http://src.com/shopadmin/index.php#ctl=member/member&#0 […]

Continue reading
Posted in 未分类 · Leave a comment

关于模板编译缓存的问题

20 6月01 1月 by helenadmin

我们都知道,thinkphp在每次运行的时候都会在runtime/cache下生成模板编译缓存文件 即php混 […]

Continue reading
Posted in 未分类 · Leave a comment

关于explain小问题

20 6月01 1月 by helenadmin

这是链接 http://doc.mysql.cn/mysql5/refman-5.1-zh.html-chap […]

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

这样写会不会多此一举? try{ $list = array(); $list[‘map_name […]

Continue reading
Posted in 未分类 · Leave a comment

phalcon7 1.2.3 发布,高性能 php 7 框架

20 6月01 1月 by helenadmin

phalcon7 1.2.3 发布,高性能 php 7 框架_php_web- […]

Continue reading
Posted in 未分类 · Leave a comment

php变量直接在sql语句中使用时的疑惑

20 6月01 1月 by helenadmin

本意是用sql语句查询,过程中用到了一个php脚本中的数组 奇怪的是,在php脚本中使用该数组值的时候用的是$ […]

Continue reading
Posted in 未分类 · Leave a comment

想要用php生成一个表名为变量的mysql表怎么实现?

20 6月01 1月 by helenadmin

最近在做android,我选择的是用php+mysql+android实现数据库的操作。 我的想法是这样的,a […]

Continue reading
Posted in 未分类 · Leave a comment

php mysql 图片上传路径存入数据库问题

20 6月01 1月 by helenadmin

提交数据页面a_action.php 路径:/root/admin/a_action.php 显示数据页面b. […]

Continue reading
Posted in 未分类 · Leave a comment

cphalcon 3.0.4 发布,php 的 c 扩展

20 6月01 1月 by helenadmin

cphalcon 3.0.4 发布,php 的 c 扩展_php_web-itnose […]

Continue reading
Posted in 未分类 · Leave a comment

[ laravel 5.4 文档 ] 安全 — api认证(passport)

20 6月01 1月 by helenadmin

[ laravel 5.4 文档 ] 安全 — api认证(passp […]

Continue reading
Posted in 未分类 · Leave a comment

yii 框架导入 js加载失效问题

20 6月01 1月 by helenadmin

本人小白 才开始学习yii框架 在导入模板文件js的时候 出了问题 求大神解答 图片无法上传 我用代码描述 引 […]

Continue reading
Posted in 未分类 · Leave a comment

php有关pcntl

20 6月01 1月 by helenadmin

为什么我使用它们的时候都是 报出call to undefined function 这样的错误 这不是系统函 […]

Continue reading
Posted in 未分类 · Leave a comment

datagrid删除多行求教

20 6月01 1月 by helenadmin

function deletesave(){ var rows = $(‘#testtest&#8 […]

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

源代码 用户注册 function chkinput(form){ if(form.admin_user.va […]

Continue reading
Posted in 未分类 · Leave a comment

这是为什么?主要是那个数组的值的问题。不是很明白第一个错在哪里。

20 6月01 1月 by helenadmin

投票统计 当前流行的web开发语言: php asp jsp

Continue reading
Posted in 未分类 · Leave a comment

一个基础问题,以前都没试过。

20 6月01 1月 by helenadmin

echo 3 . print(2) . print(4) . 5 . ‘c’; 输出的 […]

Continue reading
Posted in 未分类 · Leave a comment

文章导航

Previous 1 … 21 22 23 24 25 26 27 28 29 30 31 … 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笔记 ·
程序猿 散文朗诵 鬼故事 佛学网