-
/bin/sh ./../mkinstalldirs /usr/local/include
/usr/bin/install -c -m 644 ltdl.h /usr/local/include/ltdl.h
make[1]: 离开目录“/root/teamtalk/libmcrypt-2.5.8/libltdl”
[root@10 libltdl]# cd /.
[root@10 /…
-
./bin/go-mysql-elasticsearch -config=./etc/river.toml
[2018/09/14 11:12:33] [info] binlogsyncer.go:111 create BinlogSyncer with config {1001 mysql 127.0.0.1 3306 root utf8mb4 false false false…
-
-
- `./init.sh` mysqlにデータ流し込む
- 容量おおきすぎて,デフォルトだと`MySQL server has gone away`する
- ローカルマシンの`my.cnf`の`[mysqld]`に`max_allowed_packet = 32M`を追記
- rubyの実行とか
- `$ cd webapp/ruby`
- `$ bundle install`
…
-
-
```
It produces empty files!
```
Original issue reported on code.google.com by `110...@leerling.calandlyceum.nl` on 18 Nov 2013 at 3:32
-
来源 https://git.oschina.net/jaychen007/codes/qbsr5izud1f48pcnekw2j24
```
import os
import time
import sched
# 第一个参数确定任务的时间,返回从某个特定的时间到现在经历的秒数
# 第二个参数以某种人为的方式衡量时间
schedule = sched.scheduler…
-
After we split whole project to multiple modules #23 , We should also do some redesign for `sharding-scaling-core` to make it more clear and readable.
-
I need to dump some data into the database. How do I do that?
I suggest we have an option called dump and put in the parameter of the dump file to import the database
-
I tried to run the executable on my Mac Book Pro with 317.46 GB available. Managed to get a memory error.
Just speculating if this might be the result of an infinite loop. Otherwise, there was a to…