会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Liez
只是很爱玩游戏而已。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2016年6月7日
【Django】不知道为什么就是想学一下 01
摘要: Django初识,建一个blog~
阅读全文
posted @ 2016-06-07 03:12 Liez
阅读(221)
评论(0)
推荐(0)
2016年6月1日
【Ubuntu】安装Java和Eclipse
摘要: 1. 安装Java 1> sudo add-apt-repository ppa:webupd8team/java 2> sudo apt-get update 3> sudo apt-get install Oracle-java8-installer 4> 查看Java版本: javac -ve
阅读全文
posted @ 2016-06-01 22:49 Liez
阅读(225)
评论(0)
推荐(0)
2016年5月22日
【LeetCode】89.Gary Code
摘要: 【LeetCode】89.Gary Code
阅读全文
posted @ 2016-05-22 00:29 Liez
阅读(199)
评论(0)
推荐(0)
2016年5月18日
【转】函数返回局部变量
摘要: return reference to local object?
阅读全文
posted @ 2016-05-18 00:40 Liez
阅读(205)
评论(0)
推荐(0)
2016年5月14日
【LeetCode】260. Single Number III
摘要: Problems: Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two
阅读全文
posted @ 2016-05-14 10:35 Liez
阅读(238)
评论(0)
推荐(0)
2016年5月12日
【转】const int *p和int * const p的区别(常量指针与指向常量的指针)
摘要: 【转】作者:xwdreamer 出处:http://www.cnblogs.com/xwdreamer 对于指针和常量,有以下三种形式都是正确的: 下面依次对这三种类型进行介绍。 因为*操作符是左操作符,左操作符的优先级是从右到左,对于 1.常量指针(Constant Pointers) 先看con
阅读全文
posted @ 2016-05-12 11:03 Liez
阅读(260)
评论(0)
推荐(0)
2016年5月11日
【C++】reference parameter-引用参数
摘要: 1.reference parameter 以下两个函数等效,只调用方式不同: 1> 2> 函数区别,第一个必须要有返回值,第二个则不必. 调用时区别在第9行. void reset()函数中引用参数 i 只是变量 j 的另一个名称,本质上就是变量 j ,不需要返回值,更改 i 的内容即等效于更改
阅读全文
posted @ 2016-05-11 11:50 Liez
阅读(1176)
评论(0)
推荐(0)
2016年5月10日
【LeetCode】227. Basic Calculator
摘要: 【LeetCode】227. Basic Calculator
阅读全文
posted @ 2016-05-10 13:59 Liez
阅读(141)
评论(0)
推荐(0)
2016年5月9日
【杂】指针,*,&
摘要: 一个小程序解释指针变量的作用: 输出:
阅读全文
posted @ 2016-05-09 00:47 Liez
阅读(167)
评论(0)
推荐(0)
2016年4月26日
【小玩意】time-passing-by clock
摘要: html和js做的时钟
阅读全文
posted @ 2016-04-26 23:22 Liez
阅读(363)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告