会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
China soft
chinasoft.cnblogs.com
首页
新随笔
联系
订阅
管理
上一页
1
···
111
112
113
114
115
116
117
118
119
···
130
下一页
2021年5月19日
Neor Profile SQL is the solution for developers wanting to profile the MySQL queries. This software allows the tracking of all queries to MySQL server from your application or website.
摘要: The profiler features Neor Profile SQL is the solution for developers wanting to profile the MySQL queries. This software allows the tracking of all q
阅读全文
posted @ 2021-05-19 14:00 China Soft
阅读(101)
评论(0)
推荐(0)
2021年5月18日
如何提升.NET控制台应用体验?
摘要: 在.NET生态系统中,控制台程序的表现相对较差。通常来说,这种项目经常作为Demo演示使用。现在是时候让控制台应用程序得到其应有的尊重了。 终端技术的发展开启了增强用户体验的复兴。 ITerm2, Hyper, Windows Terminal,所有这些工具都为单调的控制台体验增加了一些趣味。 虽然
阅读全文
posted @ 2021-05-18 21:02 China Soft
阅读(84)
评论(0)
推荐(0)
如何获取当前正在执行的DLL的路径?
摘要: System.Reflection.Assembly.GetExecutingAssembly().Location.ToString() 其他: // 获取程序的基目录。System.AppDomain.CurrentDomain.BaseDirectory// 获取模块的完整路径,包含文件名Sy
阅读全文
posted @ 2021-05-18 13:54 China Soft
阅读(543)
评论(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
阅读(1796)
评论(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
阅读(5645)
评论(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
阅读(72)
评论(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
阅读(1482)
评论(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
阅读(659)
评论(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
阅读(561)
评论(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
阅读(553)
评论(0)
推荐(1)
上一页
1
···
111
112
113
114
115
116
117
118
119
···
130
下一页
公告