会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cyy_cnblog
博客园
首页
新随笔
联系
订阅
管理
2016年1月20日
date
摘要: 在centos release 4.3版本中 使用date将时间戳转化成格式化字符串 网络上提到的 date d @1287331200 "+%Y %m %d" 总是提示 date: invalid date `@1287331200' 使用如下格式 date d '1970 01 01 UTC 1...
阅读全文
posted @ 2016-01-20 17:49 cyy_cnblog
阅读(241)
评论(0)
推荐(0)
2015年11月10日
php的学习
摘要: 因为以后工作的需要,需要学习php这么语言 因此搜集了一些php学习相关的资料 http://laravel china.github.io/php the right way/
阅读全文
posted @ 2015-11-10 14:10 cyy_cnblog
阅读(106)
评论(0)
推荐(0)
2015年9月10日
mac下安装mysql遇到的无法连接的问题
摘要: 在mac下安装mysql会出现127.0.0.1:3306无法连接的问题 使用workbench的情况下lcoalhost:3306, 127.0.0.1:3306都无法连接 目前有一种解决方法就是将端口号改成3307,那么这个问题就解决了,具体原因不详,还在思考中
阅读全文
posted @ 2015-09-10 17:07 cyy_cnblog
阅读(616)
评论(0)
推荐(0)
2015年7月19日
关于git上传文件过大报错的问题 remote: warning: Large files detected.
摘要: 今天使用git的时候,不小现push了一个144M的文件,然后显示报错remote: warning: Large files detected.使用以下命令解决问题:git filter-branch -f --index-filter "git rm -rf --cached --ignore-...
阅读全文
posted @ 2015-07-19 15:14 cyy_cnblog
阅读(982)
评论(0)
推荐(0)
2015年5月24日
安卓开发中Theme.AppCompat.Light的解决方法
摘要: [安卓开发中Theme.AppCompat.Light的解决方法](http://blog.163.com/wslngcjsdxdr@126/blog/static/16219623020146971323118/)
阅读全文
posted @ 2015-05-24 14:49 cyy_cnblog
阅读(103)
评论(0)
推荐(0)
2015年5月19日
ubuntu操作系统中卸载mysql的安装与卸载
摘要: [Ubuntu14.04下MySQL的安装与卸载](http://www.2cto.com/os/201408/329502.html)mysql的用户名和密码rootroot
阅读全文
posted @ 2015-05-19 16:44 cyy_cnblog
阅读(170)
评论(0)
推荐(0)
重新格式化删除U盘隐藏分区与如何在LMT下安装非Ghost win7
摘要: U盘莫名其妙隐藏了2.7G空间然后使用linux重新格式化U盘命令顺序插上U盘,该U盘文件系统是/dev/sdb1umount /dev/sdb1mkfs.vfat /dev/sdb1第二种命令顺序插上U盘,该U盘文件系统是/dev/sdb1umount /dev/sdb1mkfs -V -t vf...
阅读全文
posted @ 2015-05-19 11:49 cyy_cnblog
阅读(485)
评论(0)
推荐(0)
2015年5月12日
网易有道笔试2015-05-12
摘要: C++基础知识的题 大概3道,概率题 34道,基础数据结构 2道,操作系统 1-2道题 关于a++#define F(a) (a)*((a)*(a))void main() { int a = 5; int b = F(a);...
阅读全文
posted @ 2015-05-12 22:09 cyy_cnblog
阅读(142)
评论(0)
推荐(0)
c++ 和 java中的字符串相等问题
摘要: c++ 中的字符串相等问题#include #include using namespace std;int main(){ char strA[] = "aaa"; cout java中的字符串相等问题public class StrEqual { public static voi...
阅读全文
posted @ 2015-05-12 10:15 cyy_cnblog
阅读(455)
评论(0)
推荐(0)
2015年5月10日
阿里面试
摘要: [阿里面试](http://www.chenyayun.cn/2015/04/28/Ali-ShixiChuShi.html)
阅读全文
posted @ 2015-05-10 14:50 cyy_cnblog
阅读(92)
评论(0)
推荐(0)
下一页
公告
点击右上角即可分享