Stella981 Stella981
3年前
Nginx – rewrite 配置 URL重写及301跳转原理图
Nginx–rewrite配置URL重写官网:http://nginx.org/en/docs/http/ngx\_http\_rewrite\_module.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fnginx
Stella981 Stella981
3年前
PHP Primary script unknown 终极解决方法
相信很多配置php环境的都遇到过这个恼人的问题:浏览器访问php文件,返回来Filenotfound查看/var/log/nginx/error.log,有“Primaryscriptunknown”,类似如下:2019/01/0310:24:02error1193111931:260Fast
Stella981 Stella981
3年前
Flutter企业级路由跳转框架fluro的使用(一)
久违了。记录fluro路由框架的使用。导入依赖  fluro: ^1.6.3组件封装routers.dart这个文件封装了一个路由器,定义了配置方法,封装了有返回值,和无返回值的路由跳转方法。//封装一个Routes 类class Routes {  //定义Router 对象  st
Stella981 Stella981
3年前
SpreadJS实现多表头数据绑定,附数据源文件
原文地址:https://gcdn.grapecity.com.cn/forum.php?modviewthread&tid74236&extrapage%3D1(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgcdn.grapecity.com.cn%2Fforum.php%3
Stella981 Stella981
3年前
CentOS6编译安装LAMP(CentOS6、httpd
安装环境说明:(软件下载地址在文末附录)1.Linux:CentOSrelease6.9(最小化安装)2.Apache:httpd2.4.33.tar.bz23.MariaDB:mariadb10.2.14linuxx86\_64.tar.gz4.PHP:php7.1.17.tar
Stella981 Stella981
3年前
C#开源定时回调库PETimer的使用
PETimerPETimer开源项目GitHub地址:点击跳转(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2FPlaneZhong%2FPETimer)PETimer1.双端通用:基于C语言实现的高效便捷计时器,可
Stella981 Stella981
3年前
MyCat 入门:漫谈 MyCat 配置系统
文章首发于【博客园陈树义】(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Fchanshuyi),点击跳转到原文《MyCat入门:漫谈MyCat配置系统》(https://www.oschina.net/action/GoToLink?url
Wesley13 Wesley13
3年前
CRONTAB中的用户环境
原文出自:http://blog.chinaunix.net/space.php?uid2292276&doblog&cuid1120395(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.chinaunix.net%2Fspace.php%3Fuid%3D2292276%
Stella981 Stella981
3年前
Egret白鹭开发微信小游戏程序跳转功能(由一个小游戏跳转到另一个小游戏)
假设我们要实现的功能是从小游戏A跳转到小游戏B对于小游戏A:(1)在platform.ts中添加代码如下:!(https://oscimg.oschina.net/oscnet/7b57e0521728aa535881f153dee952fb118.png)/平台数据接口。由于每款游戏
Wesley13 Wesley13
3年前
vim命令介绍(第一篇)
1\.想要显示行号?:setnumber"双引号之后是注释:setnu2\.不想要长行折回显示到第二行?:setnowrap3\.想要水平分割窗口?:split:sp4\.想要在多个窗口间跳转?Ctrlww5\.想要垂直分割窗口?:vsp