logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

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

数据挖掘|推荐引擎|开源项目列表

搜索引擎相关:Lucene、Solr、Sphinx、Hibernate Search等。数据挖掘相关:主要包括Weka、R-Project、Knime、RapidMiner、Orange 等。文本挖掘相关:主要包括OpenNLP、LingPipe、FreeLing、GATE 、Carrot2 等,具体可以参考LingPipe’s Competition。推荐引擎相关:主要包括Apach

#数据挖掘#搜索引擎#搜索
linxu bash修改终端提示颜色

原文地址:http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/-----------------BASH Shell: Change The Color of My Shell Prompt Under Linux or UNIX

【linux学习笔记】linux作业

1.awk数组awk用于数据处理很方便。awk的数组,是一种关联数组(Associative Arrays),下标可以是数字和字符串。因无需对数组名和元素提前声明,也无需指定元素个数。数组元素用0或空串来初始化,这根据上下文而定。建立数组array[index] = value :数组名array,下标index以及相应的值value。复制代码读取

#linux
【linux学习笔记】sort|uniq | cut | wc (我的第一篇markdown笔记)

sortsort命令对 File 参数指定的文件中的行排序,并将结果写到标准输出。如果 File 参数指定多个文件,那么 sort 命令将这些文件连接起来,并当作一个文件进行排序。sort语法[root@www ~]# sort [-fbMnrtuk] [file or stdin]选项与参数:-f:忽略大小写的差异,例如 A 与 a 视为编码相同;-

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

开源 CMS系统 / SNS系统 / BBS系统

国内外比较知名的php开源cms系统cms系统1.phpcms2.dedecms3.php1684.SupeSite5.帝国CMS6.KingCMS7.AKCMS8.08CMS9.MetInfo企业网站管理系统10.verycms内容管理系统      Verycms内容管理系统是由著名

    共 13 条
  • 1
  • 2
  • 请选择