#SCR

IIs无法加载CSS、Javascript、图片等静态内容的解决方法

很多客户运行安装界面时候,会出现css样式、js文件无法加载,这个是因为在安装iis时候没有勾选静态内容导致的,只需要进入iis安装界面重新勾选安装即可。IIs7.5设置如下:IIS7.5设置如下:如果配置了还打不开,请参考相关文档解决。...

scrath编程

Scratch是一种图形化的编程语言,旨在帮助初学者学习编程。它使用拖拽和组合图形块的方式来创建程序,而不需要编写复杂的代码。Scratch提供了一个可视化的编程环境,用户可以通过拖拽不同的图形块来创建程序。这些图形块代表了不同的编程概念,如控制流程、变量、循环和条件语句等。用户可以将这些图形块组合在一起,以创建各种交...
开发笔记 ·2024-09-01

typescript 对象

TypeScript中的对象是一个包含了一组属性和对应值的数据结构。它可以用来表示一个实体、一组数据等等。在TypeScript中,对象的类型可以使用接口或类型别名来定义。例如:interfacePerson{name:string;age:number;gender:'male'|'femal...
开发笔记 ·2024-09-01

typescript function

TypeScript函数是一段可重复使用的代码块,用于执行特定的任务。它可以接收参数并返回值。TypeScript函数可以使用不同的语法来定义,包括函数声明,函数表达式和箭头函数。函数声明:functionfunctionName(parameter1:type,parameter2:type):returnType{...
开发笔记 ·2024-09-01

typescript中文官网

TypeScript是一种静态类型的JavaScript超集,它可以编译成纯JavaScript,并且可以运行在任何浏览器、Node.js和任何支持ECMAScript标准的环境中。TypeScript提供了更好的可读性、可维护性和可扩展性,它支持ES6和ES7的最新特性,并且可以在编译时进行类型检查,避免了在运行时出...
开发笔记 ·2024-09-01

dpkg: error processing package installed xxx package post-removal script subprocess returned...

在Ubuntulinux中有一个deb包安装出了问题,无法安装,也无法卸载,报错如下:dpkg:errorprocessingpackagexxx(–purge):installedxxxpackagepost-removalscriptsubprocessreturnederrorexitstatus1E...

在浏览器中怎么打开javascript

一、如何打开和启用Javascript1.在Chrome中打开和启用JavascriptChrome浏览器默认情况下已经启用了Javascript,不需要做任何设置。如果需要手动启用或禁用Javascript,可以按照以下步骤操作:a.在Chrome浏览器的地址栏输入chrome://settings/content/...

javascript ()、[]、{}的区别

一、{}大括号,表示定义一个对象,大部分情况下要有成对的属性和值,或是函数体在js中,[]表示的是数组对象,{}表示的是对象;vararr={};arr[“属性名”]=属性值;vardemo={"name":"weicunbin","age&qu...
开发笔记 ·2023-09-07

ORA-24240: invalid database access descriptor (DAD) name

文档解释ORA-24240:invaliddatabaseaccessdescriptor(DAD)nameCause:ThespecifiedDatabaseAccessDescriptor(DAD)namewasinvalid.Action:MakesurethenameoftheDatabaseAccessDes...

ORA-48407: DESCRIBE and QUERY commands need at least relation name argument

文档解释ORA-48407:DESCRIBEandQUERYcommandsneedatleastrelationnameargumentCause:ThisisnorelationnameisinputasargumentAction:Needuserstoinputatleasttherelationname这是一...

ORA-24057: cannot define subscriber with rule for queue string

文档解释ORA-24057:cannotdefinesubscriberwithruleforqueuestringCause:AnADD_SUBSCRIBERorALTER_SUBSCRIBERprocedurewitharulewasissuedonaqueueforwhichrulebasedsubscriber...

ORA-24390: Unsupported scrollable cursor operation

文档解释ORA-24390:UnsupportedscrollablecursoroperationCause:Thescrollablecursorexecuteorfetchhasfailed.Action:Checkthedocumentationforsupportedtypes,andotherrestric...

ORA-25310: Subscriber is Notification only; dequeue not supported

文档解释ORA-25310:SubscriberisNotificationonly;dequeuenotsupportedCause:Notificationonlysubscribersarenotallowedtodequeue.Action:Recreatesubscriberifnecessary.ORA-2...

ORA-23615: Block number string does not exist for script string

文档解释ORA-23615:BlocknumberstringdoesnotexistforscriptstringCause:Thespecifiedblocknumberdidnotexistforthescript.Action:Addtheblockorchecktheblocknumberandreexecu...

ORA-08175: discrete transaction restriction violated (string)

文档解释ORA-08175:discretetransactionrestrictionviolated(string)Cause:Anattemptwasmadetoperformanactionthatisnotcurrentlysupportedinadiscretetransaction.Action:Roll...
首页上一页12345...下一页尾页