会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
会飞的斧头
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
23
24
25
26
27
28
29
30
31
···
34
下一页
2019年3月12日
centos6.9安装xampp后报错:egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
摘要: 1、centos6.9安装xampp(xampp-linux-x64-7.0.21-0-installer.run)后启动的时候,报错: egrep: error while loading shared libraries: libc.so.6: cannot open shared object
阅读全文
posted @ 2019-03-12 10:40 会飞的斧头
阅读(369)
评论(0)
推荐(0)
2019年3月6日
在Linux(centos)下,安装Apache和PHP环境
摘要: 1001 ll /opt/lampp/modules/ 1002 history | grep httpd 1003 vim /etc/httpd/conf/httpd.conf 1004 vim /etc/httpd/conf/httpd.conf 1005 history | grep http
阅读全文
posted @ 2019-03-06 08:47 会飞的斧头
阅读(1633)
评论(0)
推荐(0)
2019年2月28日
mac NTFS 关于错误-36,rm Input/output error
摘要: 当传输文件时出现Mac错误代码36 当我向一个U盘或存储卡里传输文件时,出现了Mac Error Code36,我该如何解决? Mac,传输文件,错误代码36,U盘,卡片 Mac OS X Snow Leopard 的用户在复制目录到Finder下的Windows-formatted volumes
阅读全文
posted @ 2019-02-28 17:19 会飞的斧头
阅读(6732)
评论(0)
推荐(0)
2019年2月20日
Redis的持久化和主从复制机制
摘要: Redis持久化 Redis持久化 Redis持久化 Redis持久化 Redis持久化 Redis持久化 Redis持久化 Redis 提供了多种不同级别的持久化方式: RDB 持久化可以在指定的时间间隔内生成数据集的时间点快照(point-in-time snapshot) AOF 持久化记录服
阅读全文
posted @ 2019-02-20 11:52 会飞的斧头
阅读(237)
评论(0)
推荐(0)
Redis的持久化
摘要: Redis有两种持久化的方式:快照(RDB文件)和追加式文件(AOF文件): RDB持久化方式会在一个特定的间隔保存那个时间点的一个数据快照。 AOF持久化方式则会记录每一个服务器收到的写操作。在服务启动时,这些记录的操作会逐条执行从而重建出原来的数据。写操作命令记录的格式跟Redis协议一致,以追
阅读全文
posted @ 2019-02-20 11:51 会飞的斧头
阅读(246)
评论(0)
推荐(0)
2019年2月9日
redis 命令
摘要: ./redis-server --port 6380 --slaveof 127.0.0.1 6379 redis-server /usr/local/etc/redis.conf redis-cli ping redis-cli linux centos 本地安装redis 1、下载 wget h
阅读全文
posted @ 2019-02-09 12:24 会飞的斧头
阅读(132)
评论(0)
推荐(0)
(转)打开Mac OSX原生的NTFS功能
摘要: xingchongsmbp3:~ xingchong$ xingchongsmbp3:~ xingchong$ xingchongsmbp3:~ xingchong$ sudo ln -s /Volumes ~/Desktop/Volumes xingchongsmbp3:~ xingchong$
阅读全文
posted @ 2019-02-09 11:41 会飞的斧头
阅读(377)
评论(0)
推荐(0)
2019年1月31日
sql备份
摘要: MariaDB [codex_game]> select c.roleId, r.username, r.rolename, r.lv, c.chargeId, c.stone, c.isFirst, date_format(FROM_UNIXTIME(c.lastUpdateTime/1000),
阅读全文
posted @ 2019-01-31 11:48 会飞的斧头
阅读(137)
评论(0)
推荐(0)
2019年1月28日
启动memcached
摘要: memcached -d -m 64 -u root -p 11240 -c 64 –P /tmp/memcached.pid 启动memcached 1.打开一个终端,输入以下命令: ./usr/local/memcached/bin/memcached -d -m 256 -u root -p
阅读全文
posted @ 2019-01-28 15:51 会飞的斧头
阅读(821)
评论(0)
推荐(0)
2019年1月26日
Lua 协程和线程区别
摘要: 协程就是协程,不是线程。 CPU执行单位是线程,不是什么协程。 协程,是同步执行,不是并行,只是切了一个上下文了,为你保存原来的上下文而已。 切到第二个协程时,原来的协程处于挂起状态。 这个特指lua的协程。 Unity的协程也是这么回事。 lua协程例子: local function run(d
阅读全文
posted @ 2019-01-26 10:34 会飞的斧头
阅读(1529)
评论(0)
推荐(0)
上一页
1
···
23
24
25
26
27
28
29
30
31
···
34
下一页
公告