上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 71 下一页

2019年4月3日

摘要: 『Composer 中国全量镜像』是由 Laravel China 社区联合 又拍云 与 优帆远扬 共同合作推出的公益项目,旨在为广大 PHP 用户提供稳定和高速的 Composer 国内镜像服务。 镜像的由来? 几个月前,我有幸加入了 优帆远扬 的远程工程师团队。 Summer 在与我沟通过后,提 阅读全文
posted @ 2019-04-03 23:43 刘应杰 阅读(180) 评论(0) 推荐(0)
摘要: 一、列表内容 composer composer list二、查看当前镜像源 composer config -l -g [repositories.packagist.org.type] composer [repositories.packagist.org.url] https://packa 阅读全文
posted @ 2019-04-03 23:24 刘应杰 阅读(281) 评论(0) 推荐(0)

2019年4月1日

摘要: 经常有这种需求,一台Linux服务器配置电信IP和网通IP,默认情况下,后启动的网卡的网关生效。南电信北网通,配置电信和网通IP,无非是为了减少网络延时,使电信用户的请求响应在电信网络中传输,网通用户的请求响应在网通网络中传输。 1 2 3 修改/etc/iproute2/rt_tables 252 阅读全文
posted @ 2019-04-01 23:31 刘应杰 阅读(343) 评论(0) 推荐(0)
摘要: 机房上架了一台测试机,系统是Ubuntu 9.04 X64的系统,母机IBM X336机器。用户需求是双线,故采用一个网卡配置电信地址,另一个网卡配置联通地址,安装好系统后配置好IP发现联通地址和电信地址只能有一个可以ping通,若电信地址配置网关,联通地址不配网关,则只能ping通电信地址,反之只 阅读全文
posted @ 2019-04-01 21:45 刘应杰 阅读(709) 评论(0) 推荐(0)
摘要: 闲话不多说,直接正题 因为chinanet信号不强,所以买了个usb无线网卡,平常又要做开发,要连着开发板,不知怎么回事,一旦自带无线网卡连上内网的无线路由,就不能访问外网了。 网上搜了好久,终于查到了解决办法 当系统启用了多个网卡时,Ubuntu会使用“default gateway” (缺省网关 阅读全文
posted @ 2019-04-01 21:07 刘应杰 阅读(1196) 评论(0) 推荐(0)
摘要: 一台双网卡电脑拥有两个网关是不可能的,因为默认网关(default gateway)只能是一个。给Ubuntu Linux服务器安装两块网卡,分别设置不同的ip和网关(内网和外网),外网的通过外网网卡来访问,内网的通过内网网卡来访问,似乎实现起来很简单,但有些问题,因为默认网关(default ga 阅读全文
posted @ 2019-04-01 21:00 刘应杰 阅读(1829) 评论(0) 推荐(0)
摘要: 1 Open Terminal. 2 Log in as root so type: sudo -i and then write your password. 3 View your current address by typing: ip link show 4 Set the device 阅读全文
posted @ 2019-04-01 15:52 刘应杰 阅读(321) 评论(0) 推荐(0)

2019年3月31日

摘要: jQuery( html [, ownerDocument ] )Returns: jQuery Description: Creates DOM elements on the fly from the provided string of raw HTML. version added: 1.0 阅读全文
posted @ 2019-03-31 16:18 刘应杰 阅读(302) 评论(0) 推荐(0)

2019年3月27日

摘要: Step 1 Copy the files and directories to other place. Step 2 Delete the files and directories. Step 3 Commit. Step 4 Paste the files and directories f 阅读全文
posted @ 2019-03-27 09:31 刘应杰 阅读(122) 评论(0) 推荐(0)

2019年3月26日

摘要: 01-07-2016 Let me start by saying Laravel is an amazing framework. However when it comes to writing more complex and bigger applications, I find the d 阅读全文
posted @ 2019-03-26 19:50 刘应杰 阅读(125) 评论(0) 推荐(0)
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 71 下一页

导航