2020年3月31日

matlab 对txt文件数据处理,画图用cftool

摘要: file = dir('F:\test2\*.txt'); %重要内容:file = dir('F:\test2\*.txt'); 将绝对位置下所有文件读入file大类,file包含各种属性,比如length(file) for n=1:length(file) %fileread(),将一个文件里 阅读全文

posted @ 2020-03-31 21:22 十九画橙汁 阅读(815) 评论(0) 推荐(0) 编辑

jQuery

摘要: 1 <script type="text/javascript" src="../../js/jquery-1.8.3.js" ></script> 2 <script> 3 $(function(){ 4 $("#btn1").click(function(){ 5 $("#one").css(" 阅读全文

posted @ 2020-03-31 21:02 十九画橙汁 阅读(156) 评论(0) 推荐(0) 编辑

装mongodb在centos7上

摘要: 1、下载安装包 curl -O https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.12.tgz 2、解压 tar -zxvf mongodb-linux-x86_64-3.2.12.tgz 3、移动到指定位置 mv mongodb-l 阅读全文

posted @ 2020-03-31 21:01 十九画橙汁 阅读(125) 评论(0) 推荐(0) 编辑

导航