码迷,mamicode.com
首页 >  
搜索关键字:it works    ( 763个结果
学习笔记
Sharing my reading notes while pursuing graduate study. These notes include C++, Java, computer science, all kinds of literary works, management books ...
分类:其他好文   时间:2018-03-06 17:02:13    阅读次数:167
What is Web Application Architecture? How It Works, Trends, Best Practices and More
At Stackify, we understand the amount of effort that goes into creating great applications. That’s why we build tools for Application Performance Mana ...
分类:移动开发   时间:2018-02-26 15:11:40    阅读次数:636
January 04th, 2018 Week 01st Thursday
Just do what works for you, because there will always be someone who think differently. 就做你自己所能做的,因为天外有天,人外有人,总会有人想的不同。 Just now, I saw a quote from J ...
分类:其他好文   时间:2018-02-10 11:09:26    阅读次数:145
基于Ubuntu16.04搭建WordPress
安装 Apache2 在终端输入该命令 ,使用 apt-get 安装 Apache2: sudo apt-get install apache2 -y 安装好后,您可以通过访问实验室IP地址 http://115.159.91.170 查看到 “it works” 界面,说明 apache2 安装成 ...
分类:系统相关   时间:2018-01-30 12:26:04    阅读次数:211
mac 打开apach 但无法访问localhost的解决方法
y由于mac系统默认自带了PHP和Apach, 所以可以通过 sudo apachectl start 直接启动apach服务, 此时在浏览器输入http://localhost,会出现It works! ,就说明Apach开启成功。 然而事情并没有那么顺利,当我按如上步骤做了之后输入apach,在 ...
分类:系统相关   时间:2018-01-28 11:21:09    阅读次数:243
在eclipse中查找指定文件 [多种方法]
在eclipse中查找指定文件 1.ctrl+h打开搜索界面 File Search: containing text填*,File name patterns填写hello.*,可以找到hello为命名的文件 知道文件类型,查找里面的login 2.ctrl+shift+t查找工作空间(works ...
分类:系统相关   时间:2018-01-26 18:50:41    阅读次数:231
php---->apache,php,mysql的常用配置
1。apache 默认端口号是80 测试:在地址栏中输入 http://localhost 显示结果:it works 配置文件夹:conf文件夹 配置文件:conf/httpd.conf 默认的虚拟目录:htdocs 2。php 配置文件:php.ini 在apache的虚拟目录htdocs中新建 ...
分类:数据库   时间:2018-01-26 10:57:18    阅读次数:129
[POI 2007]ZAP-Queries
Description Byteasar the Cryptographer works on breaking the code of BSA (Byteotian Security Agency). He has alreadyfound out that whilst deciphering ...
分类:其他好文   时间:2018-01-22 00:02:18    阅读次数:161
zookeeper design
In a nutshell, ZooKeeper helps you build distributed applications. How it works You may describe ZooKeeper as a replicated synchronization service wit ...
分类:其他好文   时间:2018-01-21 13:46:40    阅读次数:128
[POI2014]KUR-Couriers
题目描述 Byteasar works for the BAJ company, which sells computer games. The BAJ company cooperates with many courier companies that deliver the games sol ...
分类:其他好文   时间:2018-01-10 11:44:39    阅读次数:159
763条   上一页 1 ... 15 16 17 18 19 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!