会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
星落森河
博客园
首页
新随笔
联系
订阅
管理
2023年2月28日
flask部署windows服务器
摘要: from flask import Flask app = Flask(__name__) @app.route("/") def hello(): return "Hello World!" pip install tornado from tornado.httpserver import HT
阅读全文
posted @ 2023-02-28 13:18 星落森河
阅读(79)
评论(0)
推荐(0)
2022年12月27日
centos7部署dotnetcore webpai
摘要: 1.进入宝塔ssh 2.安装dotnetcore sdk sudo yum install dotnet-sdk-6.0 3.上传文件 4.新建一个网站,网址www.localhost8892.com:8892 5.设置反向代理,填写目标URL:http://localhost:5000,还有名称其
阅读全文
posted @ 2022-12-27 16:32 星落森河
阅读(46)
评论(0)
推荐(0)
2022年12月22日
thinkphp6跨域
摘要: middleware.php文件 <?php // 这是系统自动生成的middleware定义文件 return [ \think\middleware\AllowCrossDomain::class, ];
阅读全文
posted @ 2022-12-22 13:33 星落森河
阅读(221)
评论(0)
推荐(0)
2022年12月19日
快速访问github的方法
摘要: 1.通过查询IP地址,获取github.com的IP 2.在C:\Windows\System32\drivers\etc\hosts中添加20.205.243.166 github.com,秒开,很快
阅读全文
posted @ 2022-12-19 08:24 星落森河
阅读(291)
评论(0)
推荐(0)
2022年12月13日
input checkbox改变颜色
摘要: input[type=checkbox] { margin-right: 5px; cursor: pointer; font-size: 14px; width: 15px; height: 12px; position: relative; } input[type=checkbox]:afte
阅读全文
posted @ 2022-12-13 10:00 星落森河
阅读(327)
评论(0)
推荐(0)
2022年12月8日
vuecli5创建vue3+ts的选择
摘要: 
阅读全文
posted @ 2022-12-08 15:39 星落森河
阅读(78)
评论(0)
推荐(0)
2022年12月6日
VuePress侧边栏写法
摘要: module.exports = { title: '标题', description: '描述', themeConfig: { sidebar: [ { title: '分组1', collapsable: false, sidebarDepth: 1, children: ['/hykq/',
阅读全文
posted @ 2022-12-06 15:19 星落森河
阅读(189)
评论(0)
推荐(0)
2022年7月16日
thinkphp6三表权限控制代码(动态菜单)
摘要: 3张表:用户-角色-菜单 create table TbUser( Id int primary key identity(1,1), Username varchar(50) not null, Password varchar(100) not null, Status tinyint not
阅读全文
posted @ 2022-07-16 17:30 星落森河
阅读(488)
评论(0)
推荐(0)
2022年7月13日
PHP追踪错误的方法
摘要: try { }catch (\Throwable $exception){ halt($exception->getTraceAsString()); }
阅读全文
posted @ 2022-07-13 11:12 星落森河
阅读(52)
评论(0)
推荐(0)
2022年6月29日
处理Failed to get response from https://registry.npm.taobao.org/vue-cli-version-marker报错
摘要: 找到c盘下users文件夹下(登录名)文件夹找到~/.vuerc 修改
阅读全文
posted @ 2022-06-29 17:01 星落森河
阅读(431)
评论(0)
推荐(0)
下一页
公告