上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
摘要: 1, 使用libcurl上传文件上传个简单的下载下来成这样了:上传的时候boundary添加在body头尾巴,一起传上去了:curl_easy_setopt(m_easyHandle, CURLOPT_POST, 1L);我上传的时候专门设置了POST但是使用的还是 PUT,我猜可能是应为我用的CU 阅读全文
posted @ 2016-06-23 16:46 细雨细语 阅读(977) 评论(0) 推荐(1) 编辑
摘要: 1,curl设置fiddler代理curl_easy_setopt(m_easyHandle, CURLOPT_PROXY, "127.0.0.1:8888");2,下载7.49.1版本CMake出来编译报错,查下CertFreeCertificateContext这个函数,在属性-link里添加C 阅读全文
posted @ 2016-06-23 14:05 细雨细语 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 一,post请求和回报处理 //"host/path?extra" //strHttp=" http://portal.liuhan.com:/web/getConfig?userName=liuhan01 &clientVersion=1.5.0.0"; Curl m_objUrlParser;/ 阅读全文
posted @ 2016-06-12 17:18 细雨细语 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 1,三连下小水管真是慢。去洗澡先。2,环境变量Path里添加Python安装目录。直接cd到git下来的目录运行sqlmap.py更新sqlmap,sqlmap.py –update 或 git pull3,安装kali3,更新源 为了练英语我就不apt-get install ibus ibus- 阅读全文
posted @ 2016-06-08 02:52 细雨细语 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1,使对象进入摄像机镜头内align with view2,太阳光 创建点point light,调节Intensity改变光照强度,上面的Range改变光照范围。3,Animation选中Plane,Window->Animation 我要控制星空背景Plane循环上下移动,点击 Add Cure选择添加Position属性。点击左上角红圆点开启或关闭cure;设置0秒的时候z位置为z... 阅读全文
posted @ 2016-05-30 00:47 细雨细语 阅读(2064) 评论(0) 推荐(0) 编辑
摘要: 0,主要分为类、接口、协作、关系,这四种元素。作用:a,显示类、接口以及他们之间的静态结构和关系;b,用于描述系统的结构化设计。 1,类 CStudent +m_strName : string +Study() : void CStudent +m_strName : string +Study( 阅读全文
posted @ 2016-05-23 19:29 细雨细语 阅读(9092) 评论(0) 推荐(0) 编辑
摘要: 1,#ifdef _ATL_DISABLE_NO_VTABLE#define ATL_NO_VTABLE#else#define ATL_NO_VTABLE __declspec(novtable)#endifThis form of __declspec can be applied to any 阅读全文
posted @ 2016-05-22 18:10 细雨细语 阅读(459) 评论(0) 推荐(0) 编辑
摘要: 1, InternetOpen创建根句柄,由下一层的InternetOpenUrl和InternetConnect使用,而InternetConnect创建的句柄又被之后的几个函数使用。HINTERNET InternetOpen( _In_LPCTSTR lpszAgent, _In_DWORD dwAccessType, _In_LPCTSTR lpszProx... 阅读全文
posted @ 2016-05-16 00:35 细雨细语 阅读(495) 评论(0) 推荐(0) 编辑
摘要: protected void EnemyDestory() { m_life = 0; Instantiate(m_explosionFx, m_transform.position, m_transform.rotation); Debug.Log(m_transform.position + " 阅读全文
posted @ 2016-05-11 01:51 细雨细语 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 一: multi与easy接口的不同处The multi interface offers several abilities that the easy interface doesn't. They are mainly:1. Enable a "pull" interface. The app 阅读全文
posted @ 2016-05-02 03:24 细雨细语 阅读(2420) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页