- 博客(5)
- 收藏
- 关注
原创 abp指定端口
假设指定21021端口 方法一 使用命令 dotnet {某名称}.Web.Host.dll.dll --urls http://localhost:21021 方法二 在appsettings.json中添加配置项 "urls":"http://localhost:21021" 然后使用命令dotnet {某名称}.Web.Host.dll.dll
2021-12-29 23:20:31
680
转载 div拖动改变宽度
原文:https://www.cnblogs.com/layaling/p/11009570.html 整理后,简化为只有两个div的情况,左边div位置不变宽度可变,右边div宽度和x坐标可以随着鼠标拖动改变。 <html> <style> .box{ width:100%; height:1000px; } .left{ width:49%; height:100%; float:left; } .resize{ width:10px; h.
2021-06-22 20:30:32
2567
原创 使用Emgu CV提示“cvextern”: 找不到指定的程序模块
系统:win7旗舰版 32位 第零步: 确定程序目录下已经有了cvextern.dll及相应的依赖。 第一步: 安装微软常用运行库合集,我使用的是MSVBCRT_AIO_2018.10.28_X86 X64.exe 第二步: 确定C:\Windows\System32文件夹下有没有api-ms-win-downlevel-shlwapi-l1-1-0.dll这个dll,没有...
2019-04-17 17:00:08
1533
原创 mfc程序连接sqlserver2000数据库
感谢老师的指导,本人从课程设计中学到了如何建立mfc工程与sqlserver2000数据库的连接,在这里与大家分享
2016-07-19 16:22:19
1866
原创 数独辅助器
#include "stdafx.h" #include using namespace std; void sudokuassit(int a1,int a2,int a3,int a4,int a5,int a6,int a7,int a8,int a9, int b1,int b2,int b3,int b4,int b5,int b6,int b7,in
2015-06-11 23:41:17
1512
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅