会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
qlky
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
43
下一页
2017年4月6日
Android-消息处理学习总结(Handler,Looper)
摘要: 参考资料: http://www.cnblogs.com/qlky/p/5657924.html http://blog.csdn.net/guolin_blog/article/details/9991569 http://blog.csdn.net/gh102/article/details/7
阅读全文
posted @ 2017-04-06 20:34 qlky
阅读(694)
评论(0)
推荐(0)
2017年4月2日
Android-View的绘制源码学习总结
摘要: ##前言 算是第一篇正式的github博文,回顾了一下之前看过的view源码解析,做一个对目前为止View学习小的总结。 我觉得对于源码的解析和学习,把所有流程记下来意义并不是很大,最关键的是: 1.知道基本作用和用法2.大概了解整个流程和实现方法3.了解里面可扩展的地方在哪,更灵活地使用4.整个源
阅读全文
posted @ 2017-04-02 22:35 qlky
阅读(367)
评论(0)
推荐(0)
2017年3月30日
数据库练习
摘要: 1 List all information about the employees. SELECT * FROM EMP_2014170165; 2 List all information about the departments SELECT * FROM DEPT_2014170165;
阅读全文
posted @ 2017-03-30 23:24 qlky
阅读(821)
评论(0)
推荐(0)
2017年3月15日
编译原理实验一
摘要: #include #include #include #include using namespace std; int Vt[30],Vn[30]; vector P; //char str[100]; int tl,nl; void init() { tl=nl=0; } void split(string str,string p) { int ...
阅读全文
posted @ 2017-03-15 17:31 qlky
阅读(855)
评论(0)
推荐(0)
2016年12月22日
图形学
摘要: #include #include #include #include #include GLfloat light_position1[]={0,28,-20,1.0}; GLfloat model_ambient[]={0.05f,0.05f,0.05f,1.0f}; GLfloat mat_specular[]={0.8,1.0,1.0,1.0}; GLfloat...
阅读全文
posted @ 2016-12-22 10:19 qlky
阅读(785)
评论(0)
推荐(0)
2016年12月19日
资源分配(分组背包)
摘要: #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; #define mem(a,b) memset...
阅读全文
posted @ 2016-12-19 13:54 qlky
阅读(355)
评论(0)
推荐(0)
2016年12月14日
移动交互
摘要: Academic Information Degree Student ID ...
阅读全文
posted @ 2016-12-14 20:27 qlky
阅读(160)
评论(0)
推荐(0)
2016年12月5日
HUFFMAN
摘要: #include #include #include #include #include #include #include #include #include using namespace std; #define INF 0x3f3f3f3f #define LL long long #define mem(a,b) memset(a,b,sizeof(a)) #defi...
阅读全文
posted @ 2016-12-05 14:08 qlky
阅读(215)
评论(0)
推荐(0)
2016年11月23日
留言板
摘要: 留言板 Contact Form Your Name : Comment : 请输入你的评...
阅读全文
posted @ 2016-11-23 18:56 qlky
阅读(164)
评论(0)
推荐(0)
2016年11月2日
JS
摘要: QL 手机号 请输入你的手机号 所在班级 ...
阅读全文
posted @ 2016-11-02 18:44 qlky
阅读(148)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
43
下一页
公告