会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kekemuyu
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
2
3
4
5
6
7
下一页
2018年11月13日
fastreport cannot use the same dataset for report.dataset and band.dataset
清空report.dataset
Read More
posted @ 2018-11-13 18:12 kekemuyu
Views(1487)
Comments(0)
Diggs(0)
2018年11月12日
git本地仓库 push到远程仓库出现错误
! [rejected] master -> master (fetch first) error: failed to push some refs to hint: Updates were rejected because the remote contains work that you d
Read More
posted @ 2018-11-12 21:22 kekemuyu
Views(567)
Comments(0)
Diggs(0)
2018年11月11日
根据某个字段查询所有表
SELECT * FROM information_schema.columns WHERE column_name='FBillNo';
Read More
posted @ 2018-11-11 20:15 kekemuyu
Views(260)
Comments(0)
Diggs(0)
2018年11月6日
git 用远程覆盖本地
git 用远程覆盖本地 git fetch --all git reset --hard origin/master git fetch --all git reset --hard origin/master
Read More
posted @ 2018-11-06 17:52 kekemuyu
Views(7416)
Comments(0)
Diggs(1)
2018年11月4日
delphi操作sqlite3
Delphi SQLite 简明无废话上手指南SQLite下载http://www.sqlite.org/download.html SQLite FAQhttp://www.sqlitecn.org/faq.html SQLite中文论坛http://sqlite.com.cn/bbs/index
Read More
posted @ 2018-11-04 21:26 kekemuyu
Views(2559)
Comments(0)
Diggs(0)
树莓派测试实时温度
树莓派测试实时温度 vcgencmd measure_temp watch -n 2 "vcgencmd measure_temp" 这个每隔两秒显示一下树莓派的实时温度
Read More
posted @ 2018-11-04 17:23 kekemuyu
Views(1346)
Comments(0)
Diggs(0)
git 远程删除文件
git rm -r --cached a/2.txt //删除a目录下的2.txt文件 删除a目录 git rm -r --cached a git commit -m "删除a目录下的2.txt文件" git push https://www.cnblogs.com/toward-the-sun/
Read More
posted @ 2018-11-04 08:55 kekemuyu
Views(197)
Comments(0)
Diggs(0)
2018年11月1日
toolbar按钮添加图标
需要toolbar关联imagelist组件,imagelist组件添加需要的图片,在toolbar新建按钮,按钮中选择相应图表。
Read More
posted @ 2018-11-01 09:56 kekemuyu
Views(1388)
Comments(0)
Diggs(0)
2018年10月21日
push问题1
问题: $ git pushTo gitee.com:kekemuyu/xtpole.git ! [rejected] master -> master (fetch first)error: failed to push some refs to 'git@gitee.com:kekemuyu/x
Read More
posted @ 2018-10-21 23:47 kekemuyu
Views(116)
Comments(0)
Diggs(0)
2018年8月14日
不要惧怕写烂代码
你是否因为害怕自己写的代码烂而放弃实现自己理想的机会, 你是否还在为代码的可移植性和复用性而惴惴不安, 你是否害怕把自己的烂代码开源接收黑客的冷嘲热讽, 你是否还在为追求自己的所谓的完美而停滞不前, 你的所谓的烂代码只是一种实现功能的一种方式,不要因为现在写的烂而畏首畏尾,最重要的是实现功能,勇敢的
Read More
posted @ 2018-08-14 14:02 kekemuyu
Views(271)
Comments(0)
Diggs(0)
上一页
1
2
3
4
5
6
7
下一页
公告