会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yarightok
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
26
下一页
2017年12月1日
NPM
摘要: @、参数设置命令 npm config --help npm config ls -l 列出所有配置 @、设置淘宝镜像 npm config set registry https://registry.npm.taobao.org @、npm install 参数区别 原文: https://www
阅读全文
posted @ 2017-12-01 18:38 liDB
阅读(151)
评论(0)
推荐(0)
2017年11月17日
PowerBuilder -- 结构类型(structure)
摘要: http://bbs.csdn.net/topics/350112074 3楼答复 PB的structure分两种,全局的和局部的,两者只有作用域不同。 全局的在file/new/pb object/structure打开设计界面,局部的在控件或者窗体的view/structure菜单打开设计界面。
阅读全文
posted @ 2017-11-17 16:08 liDB
阅读(1033)
评论(0)
推荐(0)
2017年11月14日
理财––股票
摘要: @、价值投资 查尔斯:https://xueqiu.com/9444904852/81075123
阅读全文
posted @ 2017-11-14 09:48 liDB
阅读(150)
评论(0)
推荐(0)
2017年10月8日
API -- 图书
摘要: 豆瓣IAPI:https://developers.douban.com/wiki/?title=book_v2#get_isbn_book 其他:http://www.cnblogs.com/sopestar/p/6128983.html
阅读全文
posted @ 2017-10-08 11:36 liDB
阅读(154)
评论(0)
推荐(0)
2017年7月31日
PowerBuilder -- 数字金额大写
摘要: //==================================================================== // 事件: .pub_fc_change_number() //-------------------------------------------------------------------- // 描述: 数字转换成大写 //---------...
阅读全文
posted @ 2017-07-31 17:58 liDB
阅读(622)
评论(0)
推荐(0)
2017年6月21日
CSS -- 未解之疑
摘要: @、css那些事儿 -- 第9章 反馈表单 自己编写了CSS,可是红框中的横线比下面的要粗。对比作者的代码,发现可能与上面标题h3的height和line-height有关,但是不知道具体是为什么? <!doctype html> <html lang="en"> <head> <meta char
阅读全文
posted @ 2017-06-21 11:23 liDB
阅读(195)
评论(0)
推荐(0)
2017年6月17日
CSS -- position
摘要: @、十步图解CSS的position 原文:十步图解CSS的position http://blog.jobbole.com/49320/ @、position 与 float 对比 1、表现方式 (摘抄自《Css那些事儿》11.1.3小节)
阅读全文
posted @ 2017-06-17 18:52 liDB
阅读(128)
评论(0)
推荐(0)
2017年5月23日
PowerBuilder -- 条码打印
摘要: # 使用ocx控件 使用微软的MSBCODE9.OCX,但是注册老不成功,需要安装office之后才能注册成功,不知道有没有好的处理方法?? # 使用字体 字体下载:http://download.csdn.net/detail/easyboot/9452777 字符转换:代码来源 http://c
阅读全文
posted @ 2017-05-23 18:08 liDB
阅读(2276)
评论(0)
推荐(0)
2017年5月19日
PowerBuilder -- 日期
摘要: #PB自带日期相关函数 Date(...), DateTime(...), RelativeDate(...), Year(...), Month(...), Day(...), DaysAfter(...) #根据日期获取间隔n月第一天 #根据日期获取当月最后一天的日期 #根据日期获取当月的天数
阅读全文
posted @ 2017-05-19 12:34 liDB
阅读(2014)
评论(0)
推荐(0)
2017年5月12日
SQLServer -- SQL Server Database Error: 内部 SQL Server 错误
摘要: 报表在SQLserver2008运行统计正常,但是在SQLserver2000运行报错,SQL直接执行报:内部 SQL Server 错误。 不断的排查,最终得到的结论是:SQLserver2000似乎最多支持3层嵌套子查询。 最后,报相关的报表都改成3层嵌套。
阅读全文
posted @ 2017-05-12 15:31 liDB
阅读(315)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
26
下一页
公告