会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
chunyou128
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
上一页
1
2
3
4
5
6
7
8
9
···
33
下一页
2022年2月16日
TLS(Thread local storage)相关
摘要: TlsAllocTlsFreeTlsGetValueTlsSetValue 例子: #include <stdio.h> #include <windows.h> #define THREADCOUNT 2 DWORD dwTlsIndex; VOID ErrorExit(LPCWSTR lpszM
阅读全文
posted @ 2022-02-16 10:44 无名使者
阅读(35)
评论(0)
推荐(0)
编辑
2020年1月17日
批量插入sql
摘要: INSERT INTO city(`Name`,`CountryCode`, `District`, `Population`) VALUES ('peiking', 'IDN', 'West Java', 111500),('shanghai', 'IDN', 'Aceh', 109600),('guangzhou', 'IDN', 'Aceh', 109600);
阅读全文
posted @ 2020-01-17 14:36 无名使者
阅读(148)
评论(0)
推荐(0)
编辑
2019年12月10日
static compile
摘要: package main import "fmt" type animal interface { Eat() } type cat struct { } func (c cat) Eat() { fmt.Println("Cat like to eat fish!") } var _ animal = (*cat)(nil) func main() { fmt.Println("test sta
阅读全文
posted @ 2019-12-10 16:21 无名使者
阅读(121)
评论(0)
推荐(0)
编辑
2019年9月15日
golang的iota
摘要: 1.iota而非itoa 2.iota可以变量自增
阅读全文
posted @ 2019-09-15 21:48 无名使者
阅读(256)
评论(0)
推荐(0)
编辑
2017年12月14日
突破自己的知识体系
摘要: https://m.2cto.com/kf/201701/583644.html
阅读全文
posted @ 2017-12-14 19:10 无名使者
阅读(143)
评论(0)
推荐(0)
编辑
2017年12月13日
https://www.cnblogs.com/M-LittleBird/p/5902850.html
摘要: https://www.cnblogs.com/M-LittleBird/p/5902850.html
阅读全文
posted @ 2017-12-13 16:25 无名使者
阅读(238)
评论(0)
推荐(0)
编辑
2017年11月17日
mysql -h139.129.205.80 -p test_db_dzpk < db.dump
摘要: mysqldump -h139.129.205.80 -uroot -p db_a > db_dzpk.dump mysql -h139.129.205.80 -p test_db< db.dump
阅读全文
posted @ 2017-11-17 15:23 无名使者
阅读(224)
评论(0)
推荐(0)
编辑
2017年6月6日
短牌保险发牌
摘要: var deckCard = [36]uint32{35, 12, 21, 48, 33, 10, 8, 5, 19, 25, 49, 37, 47, 46, 4, 50, 24, 45, 23, 22, 18, 30, 38, 6, 31, 34, 43, 20, 44, 32, 7, 51, 9
阅读全文
posted @ 2017-06-06 14:13 无名使者
阅读(210)
评论(0)
推荐(0)
编辑
2017年5月12日
LiteIDE TARGETARGS -conf_path=E:/PokerServer/src/GameServer/conf/texas.xml -log_dir=E:/PokerServer/src/GameServer/main/log
摘要: LiteIDE TARGETARGS -conf_path=E:/PokerServer/src/GameServer/conf/texas.xml -log_dir=E:/PokerServer/src/GameServer/main/log
阅读全文
posted @ 2017-05-12 12:51 无名使者
阅读(183)
评论(0)
推荐(0)
编辑
2017年5月11日
vim /home/yuanyc/.bashrc export LC_ALL=zh_CN.UTF-8
摘要: vim /home/yuanyc/.bashrc export LC_ALL=zh_CN.UTF-8
阅读全文
posted @ 2017-05-11 16:25 无名使者
阅读(180)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
9
···
33
下一页