码迷,mamicode.com
首页 >  
搜索关键字:documents    ( 1362个结果
Composer环境混乱引起--Fatal error: Call to undefined method Fxp
Fatal error: Call to undefined method Fxp\Composer\AssetPlugin\Package\Version\V ersionParser::parseLinks() in C:\Documents and Settings\Administrator... ...
分类:其他好文   时间:2018-06-26 10:59:52    阅读次数:228
Mac OS X下安装和配置Maven
1、下载Maven 打开Maven官网下载页面:http://maven.apache.org/download.cgi下载:apache-maven-3.5.0-bin.tar.gz 解压下载的安装包到某一目录,比如:/Users/xxx/Documents/maven 2、配置环境变量 打开te ...
分类:系统相关   时间:2018-06-24 17:02:59    阅读次数:223
[udemy]WebDevelopment_History of The Web
WWW vs Internet For the begining, Internet was there. it was for the academics among universities Then they need a way to share documents in the whole ...
分类:Web程序   时间:2018-06-21 11:23:04    阅读次数:171
让IIS Express 也支持外部链接
1、打开 IIS Express 配置文件 路径: C:\Users\{用户名称}\Documents\IISExpress\config\applicationhost.config 2、修改对应网站的外部链接 将localhost改为* 3、打开命令行输入 netsh http add urla ...
分类:其他好文   时间:2018-06-18 18:26:01    阅读次数:168
基于freescale i.Mx6(ARM)的阿里云oss调试记录
SS调试记录 1.1 开通oss服务 具体参考以下链接: https://help.aliyun.com/document_detail/31884.html?spm=a2c4g.11186623.6.558.n2g1UA 1.2 SDK安装 在ubuntu下安装,安装步骤如下: 安装CMake 执 ...
分类:其他好文   时间:2018-06-14 18:41:26    阅读次数:566
如何学习Python?
How do I learn Python? 这篇文章摘自Quora,讲的是如何学习Python。给我最大的收获不是教我如何去学习Python,而是那句“找到是什么在激励着你”)(Find what motivates you),学习本身应该也算是一种享受了。动机是关键的所在,找到自己的学习动机,自 ...
分类:编程语言   时间:2018-06-13 20:58:49    阅读次数:222
python3:定时执行自动化测试脚本
1.windows任务计划定时执行脚本 (1)创建 .bat 文件,执行脚本的命令(interface.bat) (2)计算机右键--管理--任务计划程序--创建任务 选中(1)中创建的.bat文件路径,点击确定,任务新建完成 2.jenkins持续集成,定时执行脚本 (1)jenkins环境安装 ...
分类:编程语言   时间:2018-06-12 16:13:51    阅读次数:431
nginx配置—之location模式匹配
1、location正则 2、location匹配的优先级 (1)location匹配的优先级与location在配置文件中的顺序无关(2)精确匹配( = ),首先处理精确匹配,如果匹配上,就停止搜索其他匹配(3)普通字符匹配( ^~ ),越精确匹配,优先级越高,如果匹配上,停止搜索匹配(4)正则表 ...
分类:其他好文   时间:2018-06-08 10:30:04    阅读次数:160
如何调试Node.js
Debugging Node.js with Chrome DevTools https://nodejs.org/en/docs/guides/debugging-getting-started/ 1. PS C:\Users\clu\Documents\NodeApp\Test> node -- ...
分类:Web程序   时间:2018-05-29 14:00:08    阅读次数:245
不打开WORD文档批量替换文档内容
Sub 批量替换WORD内容()Dim wd As New Word.Applicationpa = ThisWorkbook.Path & "\111.docx"With wd.Documents.Open pa.Visible = False For i = 2 To Cells(65535, ...
分类:其他好文   时间:2018-05-27 13:45:35    阅读次数:462
1362条   上一页 1 ... 24 25 26 27 28 ... 137 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!