logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux各种中文乱码解决办法整理

远程登录服务器用vim在终端下编辑查看文件经常会遇见各种中文乱码问题。做如下设置可基本解决vim中文乱码问题首先查看系统对中文的支持locale -a | grep zh_CN输出样例如下zh_CN.gbkzh_CN.utf8vim 只能正确识别列表中的中文编码文件,如需识别其他编码类型的中文文件,则需要做系统升级vi ~/.bash_profile

我身边的人,我的大学

原文地址:http://wo0wo0noop.blogspot.tw/2007/08/blog-post_22.html在启明工作两个月了,没想到身边嘻嘻哈哈的人却是当年的MVP,当年武汉的事情主角正是他,蔡雪飞,一个和我差不多经历的人。堆积如山的电脑报,想方设法攒机器,也到电脑公司学过组装,也玩过游戏。可能他境遇比我好,有大学愿意特招。我17岁高中毕业,选了全国排名前20的学校,却死活都没有

mysql修改表名,列名,列类型,添加表列,删除表列

alter table test rename test1; --修改表名alter table test addcolumn name varchar(10); --添加表列alter table test dropcolumn name; --删除表列alter table test modify address char(10) --修改表列类型||alter tabl

&nbsp|&quot|&amp|&lt|&gt等html字符转义

No.文字表記10進表記16進表記文字Comment001""""""quotation mark = APL quote002&&&"&"ampersand

理解Python的With as语句

原文地址:http://python.42qu.com/11155501------------------With语句是什么?Python’s with statement provides a very convenient way of dealing with the situation where you have to do a setup and teardown to

MXNet调研之2--python API

python API httpmxnetioapipythonNDArraySymbolModuleKVStoreData LoadingOptimization initialize and update weights0. python API http://mxnet.io/api/python/1. NDArrayA NDArray is a multidimensional

到底了