10 2016 档案
mysql存储图片问题
摘要:1. 借鉴http://blog.chinaunix.net/uid-7374279-id-4255927.html 字段名为blob,有四种类型 TinyBlob(255B)、Blob(65k)、MediumBlob(16M)、LongBlob(4G) 例子: create table test
阅读全文
jsp入门笔记
摘要:jsp语法 1. declaration 由于访问serlvet只有一个,<%! int i = 0; %> 是servlet的变量,刷新时会不断增加 <% int i = 0; %> 局部变量,每次访问都会加1 <%! int i = 0; public void func() {} %> 2.
阅读全文
html入门问题_2016-10-29
摘要:在mac机器上,用Safari打开html文件 1. 如果html里有中文,则在<head><meta http-equiv="Content-Type" content = "text/html; charset = UTF-8"></head>
阅读全文
mysql入门安装遇到问题_2016-10-28
摘要:1. brew安装完mysql之后直接输入mysql -u root -p 显示 can't connect to mysql server through socket, 后来问题应该是server没启动,可以通过mysql.server start运行 2.
阅读全文
mac命令行常用
摘要:1. 寻找文件命令 find . -name "*.txt" //.代表当前路径,意思是找到所有txt文件 2. ps -A | grep mysql //可以检查到mysql的进程, 与ps -a不一样 3. brew install mysql // 对应 brew uninstall mysq
阅读全文
浙公网安备 33010602011771号