会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
China soft
chinasoft.cnblogs.com
首页
新随笔
联系
订阅
管理
上一页
1
···
107
108
109
110
111
112
113
114
115
···
125
下一页
2021年5月18日
如何获取当前正在执行的DLL的路径?
摘要: System.Reflection.Assembly.GetExecutingAssembly().Location.ToString() 其他: // 获取程序的基目录。System.AppDomain.CurrentDomain.BaseDirectory// 获取模块的完整路径,包含文件名Sy
阅读全文
posted @ 2021-05-18 13:54 China Soft
阅读(528)
评论(0)
推荐(0)
2021年5月14日
httpVueLoader
摘要: .vue文件 分为三个部分 其中。template 相当于Html 其他两个地方没有变化 style 后面可以加一个 scoped属性 来防止不同的vue文件的样式混淆的问题 下面我们表演如何用webstrom 来运行一个简单的hello.vue文件 <template> <div class="h
阅读全文
posted @ 2021-05-14 15:20 China Soft
阅读(1783)
评论(0)
推荐(0)
开源文档管理系统_优秀开源wiki系统汇总
摘要: 官网一般就是演示站,搭建后默认的效果就是和官网一样 MediaWiki官网:https://www.mediawiki.org/wiki/MediaWiki 下载:https://www.mediawiki.org/wiki/Special:MyLanguage/Download 开源免费,功能丰富
阅读全文
posted @ 2021-05-14 10:18 China Soft
阅读(5587)
评论(0)
推荐(0)
2021年5月13日
https://microsoft.github.io/monaco-editor/
摘要: https://microsoft.github.io/monaco-editor/
阅读全文
posted @ 2021-05-13 23:27 China Soft
阅读(56)
评论(0)
推荐(0)
2021年5月11日
【.Net Core】分析.net core在linux下内存占用过高问题--持续更新
摘要: https://www.cnblogs.com/zhenglisai/p/14751677.html 现象 随着程序运行,内存占用率越来越高,直到触发linux的OOM,程序被杀死。 分析工具 运行环境:.net core 3.1(微软的分析工具要求最低3.0,无法分析2.1的core程序,需要先改
阅读全文
posted @ 2021-05-11 12:17 China Soft
阅读(1454)
评论(0)
推荐(1)
2021年5月9日
Asp.Net Core WebApi6解决跨域问题
摘要: public void ConfigureServices(IServiceCollection services) { services.AddCors(options => { options.AddPolicy("cors", builder => { builder.WithOrigins(
阅读全文
posted @ 2021-05-09 23:19 China Soft
阅读(652)
评论(0)
推荐(0)
2021年5月7日
Swagger 打开时自动折叠
摘要: 引用:using Swashbuckle.AspNetCore.SwaggerUI;using Swashbuckle.AspNetCore; 修改:Startup.cs 文件 public void Configure(IApplicationBuilder app, IWebHostEnviro
阅读全文
posted @ 2021-05-07 10:32 China Soft
阅读(546)
评论(0)
推荐(0)
2021年5月6日
更改Linux定时任务crontab启动基目录
摘要: 00 17 * * * /root/anaconda3/python /root/target/file.py 1用crontab启动python,可以正常启动,但是并不是在target下面启动的,导致程序中涉及到路径的地方出错。 crontab默认是从/root启动,基目录不在目标脚本所在位置。即
阅读全文
posted @ 2021-05-06 23:56 China Soft
阅读(520)
评论(0)
推荐(1)
2021年5月5日
linux系统/etc/init.d目录下的开机自启脚本
摘要: https://www.cnblogs.com/liusingbon/p/13037735.html 1.复制或软连接脚本到/etc/init.d/目录下 2.脚本内容如下,加粗内容是模板性注释,不能更改。 $cat /etc/init.d/test.sh #!/bin/bash ### BEGIN
阅读全文
posted @ 2021-05-05 23:19 China Soft
阅读(1230)
评论(0)
推荐(0)
2021年4月29日
vue 中新窗口打开vue页面 (this.$router.resolve)
摘要: vue里下载文件方法之一: https://blog.csdn.net/qq_40282732/article/details/102529039 https://www.cnblogs.com/mouseleo/p/11364333.html https://www.cnblogs.com/chr
阅读全文
posted @ 2021-04-29 11:50 China Soft
阅读(1221)
评论(0)
推荐(0)
上一页
1
···
107
108
109
110
111
112
113
114
115
···
125
下一页
公告