• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • 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 无名使者 阅读(40) 评论(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 无名使者 阅读(150) 评论(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 无名使者 阅读(128) 评论(0) 推荐(0)
 

2019年9月15日

golang的iota
摘要: 1.iota而非itoa 2.iota可以变量自增 阅读全文
posted @ 2019-09-15 21:48 无名使者 阅读(260) 评论(0) 推荐(0)
 

2017年12月14日

突破自己的知识体系
摘要: https://m.2cto.com/kf/201701/583644.html 阅读全文
posted @ 2017-12-14 19:10 无名使者 阅读(144) 评论(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 无名使者 阅读(347) 评论(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 无名使者 阅读(255) 评论(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 无名使者 阅读(222) 评论(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 无名使者 阅读(188) 评论(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 无名使者 阅读(186) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 6 7 8 9 ··· 33 下一页