会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
andyjia
博客园
首页
新随笔
联系
订阅
管理
2017年2月18日
Go1.8发布了
摘要: 不少新改进。 https://blog.golang.org/go1.8 不过据说有issue:http服务比上个版本慢些。对于普通用户来说影响应该不大,继续关注。 创意设计,版权所有 :)
阅读全文
posted @ 2017-02-18 22:48 andyjia
阅读(313)
评论(0)
推荐(0)
2015年11月26日
MySQL-python 安装出现的问题
摘要: 在linux下安装一个mysqldb,用来让python能读写mysql, 出现的问题系统环境1.Oracle Linux 6.52.mysql community 5.7.93.python default 2.6.64.MySQL_python-1.2.3安装1.安装MySQL-python解压...
阅读全文
posted @ 2015-11-26 23:48 andyjia
阅读(1205)
评论(0)
推荐(0)
2015年11月24日
lighttpd, web.py, spawning fcgi failed
摘要: lighttpd, web.py, spawning fcgi failed基于web.py的程序开发起来还是非常简单的,但是我没想到在服务器上部署的时候却遇到了不少麻烦。我用的 web server 是 lighttpd,不能正常启动,查看错误日志,发现如下几行:2009-12-15 19:48:...
阅读全文
posted @ 2015-11-24 23:34 andyjia
阅读(686)
评论(0)
推荐(0)
2015年11月19日
redhat 6.5 lighttpd web.py
摘要: 1. 进入lighttpd要放置的文件夹cd /usr/local2. 安装lighttpdwget http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.37.tar.gztar -zxvf lighttpd-1.4.3...
阅读全文
posted @ 2015-11-19 16:54 andyjia
阅读(162)
评论(0)
推荐(0)
2015年11月18日
lighttpd支持python
摘要: lighttpd使用fastcgi同时支持php和python发表回复我们前面已经谈到 用lighttpd的scgi模块部署webpy, 类似于nginx, ligthttpd同样可以使用fasctcgi同时支持php和python在 /etc/lighttpd/lighttpd.conf 注释掉#...
阅读全文
posted @ 2015-11-18 22:49 andyjia
阅读(877)
评论(0)
推荐(0)
lighttpd web.py
摘要: http://www.thing-printer.com/web-py-lighttpd-sqlite3-beaglebone-black-gives-nice-user-interface/
阅读全文
posted @ 2015-11-18 22:49 andyjia
阅读(140)
评论(0)
推荐(0)
ORACLE PL/SQL 字符串函数、数学函数、日期函数
摘要: ORACLE PL/SQL 字符串函数、数学函数、日期函数--【字符串函数】 --字符串截取substr(字段名,起始点,个数) select Name,substr(Name,2,4),substr(Name,0,3),substr(Name,-2,3),substr(Name,-2,1) fro...
阅读全文
posted @ 2015-11-18 20:45 andyjia
阅读(472)
评论(0)
推荐(0)
2015年11月16日
windows自带的计算器清零快捷键等
摘要: 清零键是esc,我用的Windows7,不知道计算器一样不,你试试...其他的还有:按键 功能 Atl+1 切换到标准模式 Alt+2 切换到科学型模式 Alt+3 切换到程序员模式 Alt+4 切换到统计信息模式 Ctrl+E 打开日期计算 Ctrl+H 将计算历史记录打开或关闭 Ctrl+U 打...
阅读全文
posted @ 2015-11-16 13:11 andyjia
阅读(4548)
评论(0)
推荐(0)
2015年11月9日
Oracle中Binary_Integer与Pls_Integer 的区别
摘要: Binary_Integer 与 Pls_Integer 都是整型类型. Binary_Integer类型变量值计算是由Oracle来执行,不会出现溢出,但是执行速度较慢,因为它是由Oracle模拟执行。而Pls_Integer的执行是由硬件即直接由CPU来运算,因而会出现溢出,但其执行速度较前者快...
阅读全文
posted @ 2015-11-09 12:55 andyjia
阅读(5163)
评论(0)
推荐(0)
2015年7月14日
[Oracle]Tablespace usage check
摘要: select t.tablespace_name tablespace_name,total_bytes / 1024 tablespace_kbytes,(total_bytes - free_buytes) / 2014 used_kbytes,free_bytes / 1024 free_kb...
阅读全文
posted @ 2015-07-14 10:23 andyjia
阅读(280)
评论(0)
推荐(0)
下一页
公告