摘要:
找半天,在这里. %s/keyword 待办点/keyword dTodo 待办点/g 还有很多问题 那个ccls明明没用它了,还在报,找不到,找不到 就在目录的上面.在coc\extension\package.json里面.将ccls删掉. 一个vim函数,想处理不包括自己在一堆的vim文件.则 阅读全文
posted @ 2020-08-11 13:57
zjh6
阅读(11)
评论(0)
推荐(0)
摘要:
像这样: call plug#begin('plgin') Plug 'MarcWeber/vim-addon-mw-utils' Plug 'tomtom/tlib_vim' Plug 'garbas/vim-snipmate' Plug 'honza/vim-snippets' 阅读全文
posted @ 2020-08-11 11:02
zjh6
阅读(12)
评论(0)
推荐(0)
摘要:
1,你的符 c,想用作编译时常量怎么办? 加个常变成静 常 符 C,就可以了. 2,你想把前256个符都用作正数,怎么搞.把符改成正 符就行了. 记住,小心,符并不是都是正数,还有一半的符是负数. 阅读全文
posted @ 2020-08-10 21:50
zjh6
阅读(18)
评论(0)
推荐(0)
摘要:
php确实有??. 这里 阅读全文
posted @ 2020-08-10 16:40
zjh6
阅读(5)
评论(0)
推荐(0)
摘要:
//接口用来分类 interface A { //内部,实际定义不变 extern(C) /* etc*/ { int printf(const char*, ...); int atoi(const char*); //等等 } } //小插件,干其余活. private mixin templa 阅读全文
posted @ 2020-08-10 11:05
zjh6
阅读(19)
评论(0)
推荐(0)
摘要:
import arsd.com; interface CsharpTest { int test(); int test2(int a); string hi(string s); } void main() { auto obj = createComObject!CsharpTest("Cool 阅读全文
posted @ 2020-08-10 10:25
zjh6
阅读(14)
评论(0)
推荐(0)
摘要:
namespace Cool { public class Test { static void Main() { System.Console.WriteLine("hello!"); } public int test() { return 4; } public int test2(int a 阅读全文
posted @ 2020-08-10 10:09
zjh6
阅读(12)
评论(0)
推荐(0)
摘要:
class ContainerBase { class Node { Node next, prev; ... // 类型无关方法 } ... } class Container(T) : ContainerBase { class Node : ContainerBase.Node { T pay 阅读全文
posted @ 2020-08-08 15:57
zjh6
阅读(13)
评论(0)
推荐(0)
摘要:
排名学校名称省市总分1清华大学北京94.62北京大学北京76.53浙江大学浙江72.94上海交通大学上海72.15复旦大学上海65.66中国科学技术大学安徽60.97华中科技大学湖北58.97南京大学江苏58.99中山大学广东58.210哈尔滨工业大学黑龙江56.711北京航空航天大学北京56.31 阅读全文
posted @ 2020-08-08 15:20
zjh6
阅读(142)
评论(0)
推荐(0)
摘要:
1,反引. 2,表格. 3,链接. 4,语法高亮. 5,最多加粗一下标题. 阅读全文
posted @ 2020-08-07 15:45
zjh6
阅读(10)
评论(0)
推荐(0)
浙公网安备 33010602011771号