BitQR Code Through image generate QR Code . 一个优雅的 QR 二维码生成器 Github项目地址 : "https://github.com/CasterWx/BitQR Code" 样例 拿起你的手机扫描下面的二维码试试吧! 原图 | Version 3 ...
分类:
其他好文 时间:
2018-12-31 13:54:45
阅读次数:
387
Ctrl b : Send the prefix key through to the application. " : Split the current pane into two, top and bottom. % : Split the current pane into two, lef ...
分类:
其他好文 时间:
2018-12-30 22:48:28
阅读次数:
228
passable = $passable; return $this; } public function through($pipes) { $this->pipes = is_array($pipes) ? $pipes : func_get_args(); return $this; } pu... ...
分类:
其他好文 时间:
2018-12-29 19:44:54
阅读次数:
113
[root@obp-db-001 etc]# mysql -urootERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) 解决办法: ln -s ...
分类:
数据库 时间:
2018-12-25 11:26:00
阅读次数:
178
if 是一个条件语句。if 语句的语法为: 与其他语言不同, 其他语言 if后面有()括号,但是go语言是没有的。 if 语句后面可以接可选的 else if 和 else 语句: 注意: 务必在 } 后半个花括号后面跟着 else关键词,如果换行跟着 else是错误的。无法通过编译。 如下代码是错 ...
分类:
编程语言 时间:
2018-12-24 02:48:43
阅读次数:
132
There is a ball in a maze with empty spaces and walls. The ball can go through empty spaces by rolling up(u), down (d), left (l) or right (r), but it ...
分类:
其他好文 时间:
2018-12-22 11:44:21
阅读次数:
195
ios 使用react native中Linking android 1、在 文件夹下创建 2、在opensettings文件夹下创建模块文件 (模块功能) 上面的模块功能可以通过调用openNetworkSettings函数打开android设置。 3、在opensettings文件夹下创建包文件 ...
分类:
移动开发 时间:
2018-12-21 16:08:20
阅读次数:
875
这个是题目描述: 题解: 啊啊啊啊啊…… 垃圾分数规划。 垃圾树链剖分。 垃圾斜率优化。 垃圾darkbzoj。 这里才是题解: 我们设那个分数的值=k,那么有 (yi-k*xi)+(qj-k*pj)=0; 我们要做的是让k最大。 那么很明显开两颗线段树,每个节点存一个凸包。 鉴于我们要让b值最大, ...
分类:
其他好文 时间:
2018-12-21 14:11:26
阅读次数:
231
在看了大佬的博客后(写下)抄下的…… 大佬的博客:https://www.cnblogs.com/olinr/p/9455411.html ...
分类:
其他好文 时间:
2018-12-15 17:22:08
阅读次数:
121
转自:https://blog.csdn.net/mazidao2008/article/details/4934257 STUN(Simple Traversal of UDP over NATs,NAT 的UDP简单穿越)是一种网络协议,它允许位于NAT(或多重NAT)后的客户端找出自己的公网地 ...
分类:
其他好文 时间:
2018-12-15 00:59:46
阅读次数:
265