会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
于光远
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
19
下一页
2019年6月4日
mysql 创建用户和授权
摘要: https://www.cnblogs.com/sos-blue/p/6852945.html
阅读全文
posted @ 2019-06-04 19:15 于光远
阅读(150)
评论(2)
推荐(0)
2019年6月3日
make all age=20 makefile 传参数
摘要: 你可以直接在Make的时候,在命令行下面传入一个参数或者变量,它会覆盖掉Makefile里面的变量或者参数。比如,在你的Makefile里面定义了一个变量age. 你make的时候,打印信息是age=12 当你使用make AGE=20时,打印的信息就是:age=20,AGE作为参数传入,然后会覆盖
阅读全文
posted @ 2019-06-03 19:53 于光远
阅读(492)
评论(0)
推荐(0)
2019年5月27日
makefile 赋值
摘要: = 是最基本的赋值:= 是覆盖之前的值?= 是如果没有被赋值过就赋予等号后面的值+= 是添加等号后面的值
阅读全文
posted @ 2019-05-27 12:03 于光远
阅读(167)
评论(0)
推荐(0)
makefile filter &&filter-out
摘要: sources := foo.c bar.c baz.s abc.h foo: $(sources) gcc $(filter %.c %.s,$(sources)) -o foosays that foo depends of foo.c、bar.c、baz.s and ugh.h but onl
阅读全文
posted @ 2019-05-27 12:01 于光远
阅读(1706)
评论(0)
推荐(0)
makefile 打印
摘要: $(warning ----------$(abc)) $(info -----------------$(abc))
阅读全文
posted @ 2019-05-27 11:48 于光远
阅读(536)
评论(0)
推荐(0)
2019年5月24日
python with as的用法
摘要: https://www.cnblogs.com/DswCnblog/p/6126588.html https://www.jianshu.com/p/21857172fb3d 元类讲解
阅读全文
posted @ 2019-05-24 13:41 于光远
阅读(209)
评论(0)
推荐(0)
2019年5月20日
Ubuntu 安装mysql和简单操作
摘要: https://www.cnblogs.com/zhuyp1015/p/3561470.html
阅读全文
posted @ 2019-05-20 17:04 于光远
阅读(139)
评论(0)
推荐(0)
2019年4月30日
ubuntu 安装python3.6.6
摘要: http://www.cnblogs.com/yhongji/p/9383857.html https://www.jianshu.com/p/1565f38f4236 ./configure --with-ssl --prefix=/usr/local/python3 zipimport.ZipI
阅读全文
posted @ 2019-04-30 10:54 于光远
阅读(1447)
评论(4)
推荐(0)
2019年4月28日
朴素贝叶斯定理
摘要: 一 朴素贝叶斯的原理及理解 学习贝叶斯之前,我们了解下条件概率的概念 条件概率:事件A在另外一个事件B已经发生条件下的发生概率。条件概率表示为P(A|B),读作“在B条件下A的概率”,看下下边的这张图(网上找来的^ - ^): 根据文氏图,可以很清楚地看到在事件B发生的情况下,事件A发生的概率就是P
阅读全文
posted @ 2019-04-28 17:05 于光远
阅读(291)
评论(0)
推荐(0)
爬虫入门
摘要: https://www.cnblogs.com/Axi8/p/5757270.html https://www.cnblogs.com/Axi8/p/5773269.html https://www.runoob.com/w3cnote/python-spider-intro.html http:/
阅读全文
posted @ 2019-04-28 11:27 于光远
阅读(109)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
19
下一页
公告