码迷,mamicode.com
首页 >  
搜索关键字:core dump apache2    ( 25003个结果
阿里云服务器ECS配置Apache2+php5.3+mysql5图文过程(window 2008 R2 32位)
现在很多国内IT巨头都开始搞云服务器,前两天,小弟在阿里云(http://www.aliyun.com)中购买了一个云服务器,OS是window 2008 R2 32位,并准备将自己的网站(ThinkPhp+Mysql)搬迁到新服务器。 新服务器的系统相当纯净,连最基本的server软件也没有集成(不想吐槽),本着方便快捷的目的,小弟使用了阿里云提供的IIS+PHP5.5+Mysql+phpWind一键安装包,安装完成后,phpWind运行正常,然后将我的网站导入IIS,发现访问不了。这下可不好啊,查找了...
分类:数据库   时间:2014-06-29 07:26:39    阅读次数:318
freemarker报错之十三
1、错误描述 freemarker.core.ParseException: Token manager error: freemarker.core.TokenMgrError: Unknown directive: #list on line: 17, column: 61, in template: map.ftl in map.ftl at freemarker.template.Te...
分类:其他好文   时间:2014-06-20 13:21:25    阅读次数:251
freemarker报错之十四
1、错误描述 freemarker处理哈希表的内建函数 张三强 Expected collection or sequence. maps evaluated instead to freemarker.core.HashLiteral$SequenceHash on line 13, column 17 in map.ftl....
分类:其他好文   时间:2014-06-20 12:34:57    阅读次数:392
fmt 国际化格式标签库(读取application.properties文件)
国际化格式标签库包括国际化,消息和数字日期格式化: (1) 国际化: 如: @ page language="java" contentType="text/html; charset=gb2312" import="java.util.*"%> @ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> @...
分类:移动开发   时间:2014-06-20 12:30:54    阅读次数:300
freemarker报错之十二
1、错误描述 六月 04, 2014 10:31:47 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error 严重: Template processing error: "Expected number, sequence, or string. maps evaluated instead to freemarker.core.Hash...
分类:其他好文   时间:2014-06-20 11:26:40    阅读次数:303
class-dump的使用
1.找到app文件的位置 1.1.teminal(终端)相当于windows中的命令行, Finder->应用程序->实用工具->终端 1.2.在Mac机上显示隐藏文件, 在终端中用如下命令显示和隐藏"隐藏文件"显示:defaults write com.apple.finder AppleShow...
分类:其他好文   时间:2014-06-05 19:00:18    阅读次数:265
Mysql源码目录结构
Programs for handling SQL commands. The "core" of MySQL.These are the.cand.ccfiles in thesqldirectory:derror.cc --- read language-dependent message fi...
分类:数据库   时间:2014-06-05 17:38:07    阅读次数:362
GDB命令行最基本操作
程序启动:A.冷启动gdb program e.g., gdb ./csgdb –p pid e.g., gdb –p `pidof cs`gdb program core e.g., gdb ./cs core.xxxB.热启动(gdb) attach pid e.g., (gdb) attach...
分类:数据库   时间:2014-06-05 16:46:16    阅读次数:395
iOS Core data多线程并发访问的问题
大家都知道Core data本身并不是一个并发安全的架构;不过针对多线程访问带来的问题,Apple给出了很多指导;同时很多第三方的开发者也贡献了很多解决方法。不过最近碰到的一个问题很奇怪,觉得有一定的特殊性,与大家分享一下。这个问题似乎在7.0.1以前的版本上并不存在;不过后来我升级版本到了7.0....
分类:移动开发   时间:2014-06-05 13:39:57    阅读次数:324
使用 Core Animation 实现图片的碎片化----
用 Core Animation 实现图片的碎片化参考书籍:效果如下:原理其实非常简单哦:)。1. 创建一个CALayer,使用其 contents 属性来装载一张图片(获取图片的CGImage)2. 根据frame值裁剪图片,然后将裁剪的图片赋给你创建的更小的CALayer3. 实现这些更小的CA...
分类:其他好文   时间:2014-06-05 13:20:27    阅读次数:457
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!