- 博客(29)
- 收藏
- 关注
转载 回归分析的由来
回归由来回归分析中“回归”名称的由来-――高尔顿的父子身高试验2016-07-14 20:58:13标签:数学趣谈回归分析中“回归”名称的由来-――高尔顿的父子身高试验(201这里输入代码1-10-31 00:13:19)转载▼标签:杂谈引自汪荣伟主编的《经济应用数学》高尔...
2016-10-24 22:21:00 1526
转载 code
package mainimport ( //"io/ioutil" // "bytes" "fmt" //"io/ioutil" "os" "syscall" "unsafe" //"strings" //"github.com/PuerkitoBio/goquery...
2016-10-14 08:57:00 102
转载 cross compile
./configure --host=arm-xilinx-linux-gnueabi 转载于:https://my.oschina.net/julian115/blog/755721...
2016-10-09 14:14:00 200
转载 golang中的不定参数
variadic in golang函数定义中,不定参数的类型是以...+类型函数调用中,切片对象后面加上...。相当对称We write ... after v in the nested call to Sprintln to tell the compiler to trea...
2016-10-06 15:33:00 515
转载 markdown语法
markdown syntax标题## H1## H2### H3#### H4##### H5###### H6引用>> test无序列 表...有序列表1.2.3.链接link图片 ...
2016-10-06 15:09:00 62
转载 go知识点
golang 文件操作在golang中打开文件,关闭文件,把文件中的内容转化为Reader接口。同样,strings lib也提供了一样的功能。os.Openfileioutil.ReadFilebytes.NewReader([]byte) bs, _ := ioutil.Re...
2016-10-06 13:02:00 107
转载 ubuntu不能用apt-get install 软件的处理方法
在ECS下使用apt-get install的时候,报了这样的一个错误,解决方法是: sudo apt-get clean 清除已加载或本来该加载但是没有加载的已安装软件的包或状态sudo apt-get update 重新更新并覆盖所有以apt-get 方式安装的软...
2015-11-24 05:52:00 1053
转载 'use strict'
closure.js 'usestrict';for(leti=1;i<=5;i++){letj=i;setTimeout(functiontimer(){c...
2015-10-25 20:51:00 158
转载 正则表达式练习题
+attr('Platform.IpConflictStsEth1', 'ETH1 Duplicate IP Address Status', 'CNTLR_ETH1_IPCONFLICT', 'BOOL', '106', '%MX3.0') 正则表达式匹配 ...
2015-08-14 09:53:00 114
转载 DocProperties
!INC Local Scripts.EAConstants-JScript /* * Script Name: Document Properties * Author: Tom O'Reilly * Purpose: To display the properti...
2015-07-26 21:41:00 138
转载 english listening practice
google serach keywords english listening practice 转载于:https://my.oschina.net/julian115/blo...
2015-07-14 20:52:00 182
转载 印度城市更名
转载 http://szb.dlxww.com/xsb/html/2010-11/06/content_420740.htm 印度城市何以争相易名 对地名的更改也有人表示担心,更名在突出民族特性的同时,流露出一定的民族分离主义倾向。 孟买率先改名 位于西部阿拉伯海岸畔的印度第一...
2015-07-14 20:04:00 754
转载 timer_create ,timer_settime,timer_delete
NAME timer_create - create a per-process timer (REALTIME) SYNOPSIS #include <signal.h> #include <time.h> ...
2015-07-14 13:58:00 422
转载 nodejs link
http://www.nodejs.net/ http://www.nodejs.net/a/20141016/232139.html 转载于:https://my.os...
2015-07-12 11:00:00 305
转载 nc/offsetof
NAME nc — arbitrary TCP and UDP connections and listens SYNOPSIS nc [-46bCDdhklnrStUuvZz] [-I length] [-i interval] [-O length] [-P ...
2015-07-11 07:55:00 175
转载 good blog
http://www.jianshu.com/ http://www.cnblogs.com/techgogogo/ http://kb.cnblogs.com/page/519939/ 挺好的C++ 文章转载 http://blog.csdn.net/beyondlpf/a...
2015-07-08 15:02:00 57
转载 长连接 server反向控制
谷歌搜索关键字 长连接 server反向控制 https://www.lewei50.com https://en.wikipedia.org/wiki/Comet_(programming) http://ape-project.org/ http://www.ncol...
2015-07-06 21:43:00 96
转载 最近编程心得
在代码中, 全局变量在代码中的物理位置很重要。如果在初始化这个全局变量的时候依赖其他的变量,但这个其他的变量此时还没有准备好,那么程序就崩溃了。 代码的构造函数和析构函数都要好好写,不然程序崩溃了都不知道为什么。因为一个对象在生成和退出的时候,会在后面偷偷分别调用构造函...
2015-07-05 09:46:00 84
转载 c++ warning variable not initialzed after
c++ 初始化列表的顺序和变量在类里面声明的顺序是要保持一致的 今天第一次用到new 一个对象,不用将返回值存到一个指针的情况。因为对象已经在构造函数里面被塞到一个容器里面了,以后遍历那个容器就OK了。记得以前遇到过这样的代码,但从来没有写过这样的代码。开心,又有了新的经历。 (g...
2015-06-30 11:11:00 212
转载 zeromq
./configure--host=arm-none-linux-gnueabi 转载于:https://my.oschina.net/julian115/blog/471307...
2015-06-26 16:43:00 109
转载 map< const char*, int, cmp_str> TypeMap;
Whenyouusetheconstchar*asthekeyvalue,defaultmapwillcomparethepointer,notthereferenceofthepointer.Sotheresultwillbenotou...
2015-06-18 09:54:00 307
转载 map test
#include<map>#include<cstdio>#include<cstring>#include<string>usingnamespacestd;enumDiagnosticVariableType{...
2015-06-17 21:05:00 265
转载 error for switch
DeviceDiagnostic.cpp:119:22:error:switchquantitynotanintegerDeviceDiagnostic.cpp:201:22:error:‘clsDeviceDiagnostic::BOOLType’cannotappea...
2015-06-17 14:07:00 146
转载 moinmoin
wyq@wyq-VirtualBox:~/Downloads/1-8-42d282096e80$./wikiserver.py2015-06-1609:02:23,536INFOMoinMoin.log:126usingloggingconfigurationreadfr...
2015-06-16 22:07:00 215
转载 函数strlen()的问题
constchar*name=pCommonAttrNode->Attribute(NameTag);length=strlen(name)+1;pVariable->VariableName=newch...
2015-06-16 19:15:00 155
转载 duplicate cv-qualifier
C++编程常见错误—cannot have cv-qualifier //不能有CV限定,在C++中CV指const和volatile—1、非成员函数不能有CV限定,2、静态成员函数不能有CV限定 ...
2015-06-16 14:05:00 192
转载 declare static string in CPP class
error C2864: 'SomeClass::SOMETHING' : only static const integral data members can be initialized within a class classclsDeviceDiagnostic{privat...
2015-06-16 13:52:00 86
转载 Sentence
imprisonment bribes abusing deliberately disclosing pled appeal deprived confiscated trial Municipal flagship Petroleum aire...
2015-06-14 08:21:00 235
转载 erlang
在windows上面,切换到文件保存的目录,例如 cd("C:/Users/AAA/Documents/program"). 然后就可以在eshell中编译erlang的脚本了。 io:format("Consulting .erlang in ~p~n",[element(2,...
2015-06-13 20:17:00 55
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人