51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#SCR
IIs无法加载CSS、Javascript、图片等静态内容的解决方法
很多客户运行安装界面时候,会出现css样式、js文件无法加载,这个是因为在安装iis时候没有勾选静态内容导致的,只需要进入iis安装界面重新勾选安装即可。IIs7.5设置如下:IIS7.5设置如下:如果配置了还打不开,请参考相关文档解决。...
开发笔记
·
2024-10-09
IIs
无法
加载
CSS
Javascript
scrath编程
Scratch是一种图形化的编程语言,旨在帮助初学者学习编程。它使用拖拽和组合图形块的方式来创建程序,而不需要编写复杂的代码。Scratch提供了一个可视化的编程环境,用户可以通过拖拽不同的图形块来创建程序。这些图形块代表了不同的编程概念,如控制流程、变量、循环和条件语句等。用户可以将这些图形块组合在一起,以创建各种交...
开发笔记
·
2024-09-01
scrath
编程
typescript 对象
TypeScript中的对象是一个包含了一组属性和对应值的数据结构。它可以用来表示一个实体、一组数据等等。在TypeScript中,对象的类型可以使用接口或类型别名来定义。例如:interfacePerson{name:string;age:number;gender:'male'|'femal...
开发笔记
·
2024-09-01
typescript
对象
typescript function
TypeScript函数是一段可重复使用的代码块,用于执行特定的任务。它可以接收参数并返回值。TypeScript函数可以使用不同的语法来定义,包括函数声明,函数表达式和箭头函数。函数声明:functionfunctionName(parameter1:type,parameter2:type):returnType{...
开发笔记
·
2024-09-01
typescript
function
typescript中文官网
TypeScript是一种静态类型的JavaScript超集,它可以编译成纯JavaScript,并且可以运行在任何浏览器、Node.js和任何支持ECMAScript标准的环境中。TypeScript提供了更好的可读性、可维护性和可扩展性,它支持ES6和ES7的最新特性,并且可以在编译时进行类型检查,避免了在运行时出...
开发笔记
·
2024-09-01
typescript
文官
dpkg: error processing package installed xxx package post-removal script subprocess returned...
在Ubuntulinux中有一个deb包安装出了问题,无法安装,也无法卸载,报错如下:dpkg:errorprocessingpackagexxx(–purge):installedxxxpackagepost-removalscriptsubprocessreturnederrorexitstatus1E...
开发笔记
·
2024-08-29
package
dpkg
error
processing
installed
在浏览器中怎么打开javascript
一、如何打开和启用Javascript1.在Chrome中打开和启用JavascriptChrome浏览器默认情况下已经启用了Javascript,不需要做任何设置。如果需要手动启用或禁用Javascript,可以按照以下步骤操作:a.在Chrome浏览器的地址栏输入chrome://settings/content/...
开发笔记
·
2024-03-23
浏览器
怎么
打开
Javascript
javascript ()、[]、{}的区别
一、{}大括号,表示定义一个对象,大部分情况下要有成对的属性和值,或是函数体在js中,[]表示的是数组对象,{}表示的是对象;vararr={};arr[“属性名”]=属性值;vardemo={"name":"weicunbin","age&qu...
开发笔记
·
2023-09-07
Javascript
区别
ORA-24240: invalid database access descriptor (DAD) name
文档解释ORA-24240:invaliddatabaseaccessdescriptor(DAD)nameCause:ThespecifiedDatabaseAccessDescriptor(DAD)namewasinvalid.Action:MakesurethenameoftheDatabaseAccessDes...
IT技术学习
·
2023-07-28
ORA-24240
invalid
database
access
descriptor
ORA-48407: DESCRIBE and QUERY commands need at least relation name argument
文档解释ORA-48407:DESCRIBEandQUERYcommandsneedatleastrelationnameargumentCause:ThisisnorelationnameisinputasargumentAction:Needuserstoinputatleasttherelationname这是一...
IT技术学习
·
2023-07-28
ORA-48407
DESCRIBE
and
QUERY
commands
ORA-24057: cannot define subscriber with rule for queue string
文档解释ORA-24057:cannotdefinesubscriberwithruleforqueuestringCause:AnADD_SUBSCRIBERorALTER_SUBSCRIBERprocedurewitharulewasissuedonaqueueforwhichrulebasedsubscriber...
IT技术学习
·
2023-07-28
ORA-24057
cannot
define
subscriber
with
ORA-24390: Unsupported scrollable cursor operation
文档解释ORA-24390:UnsupportedscrollablecursoroperationCause:Thescrollablecursorexecuteorfetchhasfailed.Action:Checkthedocumentationforsupportedtypes,andotherrestric...
IT技术学习
·
2023-07-28
ORA-24390
Unsupported
scrollable
cursor
operation
ORA-25310: Subscriber is Notification only; dequeue not supported
文档解释ORA-25310:SubscriberisNotificationonly;dequeuenotsupportedCause:Notificationonlysubscribersarenotallowedtodequeue.Action:Recreatesubscriberifnecessary.ORA-2...
IT技术学习
·
2023-07-28
ORA-25310
Subscriber
is
Notification
only
ORA-23615: Block number string does not exist for script string
文档解释ORA-23615:BlocknumberstringdoesnotexistforscriptstringCause:Thespecifiedblocknumberdidnotexistforthescript.Action:Addtheblockorchecktheblocknumberandreexecu...
IT技术学习
·
2023-07-26
string
ORA-23615
Block
number
does
ORA-08175: discrete transaction restriction violated (string)
文档解释ORA-08175:discretetransactionrestrictionviolated(string)Cause:Anattemptwasmadetoperformanactionthatisnotcurrentlysupportedinadiscretetransaction.Action:Roll...
IT技术学习
·
2023-07-26
ORA-08175
discrete
transaction
restriction
violated
首页
上一页
1
2
3
4
5
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他