会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
枫小秋 的博客
已迁移 个人主页:http://www.aisun.org/
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2017年9月3日
mac git 中文配置
摘要: brew uninstall git brew install git --with-gettext 重新加上 --with-gettext 选项装了之后,就有翻译文件了。像这样: 就OK了
阅读全文
posted @ 2017-09-03 13:48 枫小Q
阅读(700)
评论(0)
推荐(0)
2017年8月30日
git总结
摘要: Git问题总结: 1.$ Git push origin :dev-xx remote: Permission to xxx/xxx.git denied to xxx. fatal: unable to access 'https://github.com/xxx/xxx.git/': The r
阅读全文
posted @ 2017-08-30 23:00 枫小Q
阅读(128)
评论(0)
推荐(0)
2017年7月31日
js要点
摘要:
阅读全文
posted @ 2017-07-31 18:50 枫小Q
阅读(202)
评论(0)
推荐(0)
2017年4月21日
Sublime Text mac下常用快捷键
摘要: ⌘:command ⌃:control ⌥:option ⇧:shift ↩:enter ⌫:delete 参考:http://www.aisun.org/2017/09/sublime%20text%20mac+kuaijiejian/ ⌘:command ⌃:control ⌥:option ⇧
阅读全文
posted @ 2017-04-21 20:35 枫小Q
阅读(2373)
评论(0)
推荐(0)
编程词汇
摘要: application 应用程式 应用、应用程序 application framework 应用程式框架、应用框架 应用程序框架 architecture 架构、系统架构 体系结构 argument 引数(传给函式的值)。叁见 parameter 叁数、实质叁数、实叁、自变量 array 阵列 数
阅读全文
posted @ 2017-04-21 19:41 枫小Q
阅读(379)
评论(0)
推荐(0)
2017年4月16日
c函数
摘要: 1.字符函数,所在函数库为ctype.h 2.数学函数,所在函数库为math.h、stdlib.h、string.h、float.h 3.目录函数,所在函数库为dir.h、dos.h 4.进程函数,所在函数库为stdlib.h、process.h 5.输入输出子程序,所在函数库为io.h、conio
阅读全文
posted @ 2017-04-16 19:48 枫小Q
阅读(498)
评论(0)
推荐(0)
html属性标签
摘要: <!> 跑马灯 <marquee>...</marquee>普通卷动 <marquee behavior=slide>...</marquee>滑动 <marquee behavior=scroll>...</marquee>预设卷动 <marquee behavior=alternate>...<
阅读全文
posted @ 2017-04-16 19:42 枫小Q
阅读(1407)
评论(0)
推荐(0)
css属性
摘要: CSS属性 字体属性: (font) 大小 font-size: x-large;(特大) xx-small;(极小) 一般中文用不到,只要用数值就可以. 单位:PX、PD 样式 font-style: oblique;(偏斜体) italic;(斜体) normal;(正常) 行高 line-he
阅读全文
posted @ 2017-04-16 19:41 枫小Q
阅读(137)
评论(0)
推荐(0)
bootstrap使用
摘要: Bootstrap学习资料整理 <!DOCTYPE html> <html> <head> <title>bootstrap template</title> <meta name="viewport" content="width=device-width, initial-scale=1.0">
阅读全文
posted @ 2017-04-16 19:33 枫小Q
阅读(598)
评论(0)
推荐(0)
Python函数
摘要: 一、数学运算类 abs(x) 求绝对值 1、参数可以是整型,也可以是复数 2、若参数是复数,则返回复数的模 complex([real[, imag]]) 创建一个复数 divmod(a, b) 分别取商和余数 注意:整型、浮点型都可以 float([x]) 将一个字符串或数转换为浮点数。如果无参数
阅读全文
posted @ 2017-04-16 19:29 枫小Q
阅读(233)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告