
备忘录
小俗鱼
头疼,不知道什么时候转行.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring boot 集成 cas
首先我这边 <spring.boot.version>2.2.10.RELEASE</spring.boot.version> 这是spring boot的版本 然后就是cas版本 <!-- https://mvnrepository.com/artifact/net.unicon.cas/cas-client-autoconfig-support --> <!-- cas客户端--> <dependency> &原创 2022-04-14 11:27:43 · 5100 阅读 · 4 评论 -
(小练习)分页存储过程
create database DBTest use DBTest if exists(select * from sysobjects where name='pagetest') drop table pagetest go --创建测试表 create table pagetest ( id int identity(1,1) not null, col01 int null, col0...原创 2018-08-21 17:21:31 · 305 阅读 · 0 评论 -
js地址栏传参数
需要穿值的页面js只需要拼链接 <html> <head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <script src="~/Scripts/jquery-1.10.2翻译 2018-08-21 17:22:50 · 2955 阅读 · 0 评论 -
“未找到元数据文件”,怎么操作。
这个问题的原因大体是你项目本身引用没有到位造成的, 方法一:重新生成。 方法二:找到物理文件,反键添加引用,重新引用一次。 在这些引用的过程中涉及到一些小方法,(大佬教的)直接通过命令注册动态链接库dll。 如图: 找到CMD窗体反键管理员身份运行, 如果不是管理员身份运行的,注册的时候可能会遇到如下情况: 所以需要管理员身份运行: 这是另一种注册的动态库的方法,至于d...原创 2018-09-29 09:00:41 · 1894 阅读 · 0 评论