会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
富坚老贼
https://github.com/buchizaodian
新随笔
管理
上一页
1
···
48
49
50
51
52
53
54
55
56
···
86
下一页
2019年4月1日
dart Future
摘要: 延迟执行 Future.delayed main(){ print('abc'); Duration drt = new Duration(seconds:10);//设置一个10秒的延迟 Future.delayed(drt,(){ print('edf');//延迟执行的程序 }); }
阅读全文
posted @ 2019-04-01 16:01 富坚老贼
阅读(169)
评论(0)
推荐(0)
2019年3月30日
(3)SpringBoot 配置
摘要: 一、SpringBoot全局配置文件 SpringBoot两个全局配置文件,application.properties和application.yml 例如端口号配置 (1)application.properties文件 (2)application.yml文件格式 二、yaml文件格式语法 1
阅读全文
posted @ 2019-03-30 11:18 富坚老贼
阅读(154)
评论(0)
推荐(0)
2019年3月29日
flutter 频道切换
摘要: https://github.com/flutter/flutter/wiki/Flutter-build-release-channels 频道说明页 https://flutter.dev/docs/development/tools/sdk/releases?tab=macos 版本发布页 F
阅读全文
posted @ 2019-03-29 10:22 富坚老贼
阅读(1983)
评论(0)
推荐(0)
2019年3月26日
dart String
摘要: String s; int str; //无论是字符串还是其他,如果是null这转为“” print(str ?? "");
阅读全文
posted @ 2019-03-26 16:25 富坚老贼
阅读(124)
评论(0)
推荐(0)
2019年3月4日
flutter 打包到各平台
摘要: 一、 android 打包 更换图标和名称 创建秘钥库 mac/linux keytool -genkey -v -keystore ~/key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key Windows keytool -gen
阅读全文
posted @ 2019-03-04 10:11 富坚老贼
阅读(1461)
评论(1)
推荐(0)
2019年3月3日
python 装饰器
摘要: 1.闭包 2.装饰器 3.装饰器带参数 4.被装饰的函数带参数
阅读全文
posted @ 2019-03-03 20:49 富坚老贼
阅读(173)
评论(0)
推荐(0)
2019年2月28日
flutter 布局
摘要: 一、Container 一个空白容器 二、Row 行 mainAxisAlignment 主轴对齐 , CrossAxisAlignment 垂直于主轴对齐 三、Column 列 四、ListView 五、GridView 六、Stack 七、Card 八、ListTile 9增加点击事件 Gest
阅读全文
posted @ 2019-02-28 16:08 富坚老贼
阅读(146)
评论(0)
推荐(0)
2019年2月25日
IActionResult
摘要:
阅读全文
posted @ 2019-02-25 16:47 富坚老贼
阅读(510)
评论(0)
推荐(0)
常见错误
摘要: 1.爬虫插入 mysql时报 "Incorrect string value: '\\xF0\\x9F\\x93\\x9D\\xC2\\xA0...' for column 'con的错误。 原因 Mysql的utf8编码最多3个字节,可能有4个字节的字符。utf8mb4兼容utf8,且比utf8能
阅读全文
posted @ 2019-02-25 08:26 富坚老贼
阅读(146)
评论(0)
推荐(0)
2019年2月22日
xpath
摘要: 1.根元素 / 必须逐层依次往下找,这个方式像是文件路径查找文件 2.直接定位元素 // 不需要每一层的路径都写上,直接查找它下面所有的标签 3.text() 只查找当前标签内的文字,不查找标签的属性和子标签的内容 *另 想查看所有内容末尾不要加/ 也不要加text() 4.@ 按标签的属性查找 按
阅读全文
posted @ 2019-02-22 11:31 富坚老贼
阅读(124)
评论(0)
推荐(0)
上一页
1
···
48
49
50
51
52
53
54
55
56
···
86
下一页
公告