https://www.mssqltips.com/sqlservertutorial/277/index-scans-and-table-scans/
https://www.mssqltips.com/sqlservertip/2602/collecting-and-storing-poor-performing-sql-server-queries-for-analysis/
https://www.mytecbits.com/microsoft/sql-server/what-are-extended-events
https://helpx.adobe.com/coldfusion/developing-applications/the-cfml-programming-language/extending-coldfusion-pages-with-cfml-scripting/using-closures.html#ClosureinColdFusion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> cfconfig set mailServers=127.0.0.1 to=myserver | |
ERROR (4.6.0+00003) | |
invalid call of the function setMailServers, first Argument (mailServers) is of invalid type, can't cast String [127.0.0.1] to a value of type [array] | |
the function is located at [C:\Users\xxx\.CommandBox\cfml\modules\commandbox-cfconfig\modules\cfconfig-services\models\providers\Adobe9.cfc] | |
\modules\commandbox-cfconfig\commands\cfconfig\set.cfc: line 59 | |
57: error( "[#property#] is not a valid property" ); | |
58: } | |
59: oConfig[ 'set#property#' ]( arguments[ property ] ) | |
60: .write( toDetails.path ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO ] runwar.server: Starting RunWAR 3.8.1-SNAPSHOT | |
[INFO ] runwar.server: Starting background cf9001 [adobe 9.0.2+282541] from: /C:/Users/bd/.CommandBox/lib/runwar-3.8.1-SNAPSHOT.jar | |
[INFO ] runwar.context: Starting in background - | |
[INFO ] runwar.server: Starting RunWAR 3.8.1-SNAPSHOT | |
[INFO ] runwar.server: Adding additional lib dir of: C:\Users\bd\.CommandBox\server\FA53F12C9565C5F09E80F00AED307624-cf9001\adobe-9.0.2.282541\WEB-INF/lib | |
[INFO ] runwar.server: ****************************************************************************** | |
[INFO ] runwar.server: Starting - port:53699 stop-port:53700 warpath:file:/D:/Webs/CF9.001/ | |
[INFO ] runwar.server: context: / - version: 3.8.1-SNAPSHOT | |
[INFO ] runwar.server: web-dirs: D:\Webs\CF9.001 | |
[INFO ] runwar.server: Log Directory: C:\Users\bd\.CommandBox\server\FA53F12C9565C5F09E80F00AED307624-cf9001\adobe-9.0.2.282541\logs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You can also define how many recent versions you want to keep. To retain only one past version use: | |
# paccache -rk1 | |
Add the u switch to limit the action of paccache to uninstalled packages. For example to remove all cached versions of uninstalled packages, use the following: | |
# paccache -ruk0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfset oZoneId = createObject( "java", "java.time.ZoneId")> | |
<cfset oInstant = createObject( "java", "java.time.Instant")> | |
<cfset oTextStyle = createObject( "java", "java.time.format.TextStyle")> | |
<cfset oLocale = createObject( "java", "java.util.Locale").init( getLocale() )> | |
<cfset qryTZ = queryNew( | |
"offset,zone,region,displayfull,displayfullstdo,displaynarrow,displaynarrowstdo,displayshort,displayshortstdo,displayfulloffset,displayshortoffset", | |
"Integer,VarChar,VarChar,VarChar,VarChar,VarChar,VarChar,VarChar,VarChar,VarChar,VarChar" | |
)> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--- | |
http://teratech.com/is-lucee-cfml-now-better-than-adobe-coldfusion/ | |
---> | |
<cfscript> | |
data={ | |
boolean:true, | |
stringTrue:'true', | |
stringYes:'yes', | |
number:5, | |
stringFive:'5' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfscript> | |
/** | |
* URI encoding per RFC 3986, which has treats the following as unreserved: ALPHA / DIGIT / "-" / "." / "_" / "~" | |
* @text Text to encode | |
* @returns URI encoded text | |
*/ | |
public function encodeRFC3986(required string text) { | |
// Requires CF10+ | |
Local.encoded = encodeForURL(arguments.text); | |
// Reverse encoding of tilde "~" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--- | |
https://plus.google.com/+JustinCookie/posts/CSj9HVoRTcY | |
---> | |
<cfscript> | |
sFactory = CreateObject("java", "coldfusion.server.ServiceFactory"); | |
sFactory.mailSpoolService.stop()'; | |
sFactory.mailSpoolService.start(); | |
</cfscript> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--- | |
http://cflive.net/ | |
https://trycf.com/scratch-pad/gist/b53c961633fabec3634b7a68a88b700c | |
---> | |
<cfscript> | |
stAnswer = { | |
givenAnswer = "no" | |
}; | |
writeOutput(stAnswer.givenAnswer ?: "leeg"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<playlist xmlns="http://xspf.org/ns/0/" xmlns:vlc="http://www.videolan.org/vlc/playlist/ns/0/" version="1"> | |
<title>Wiedergabeliste</title> | |
<trackList> | |
<track> | |
<location>dvb-t://frequency=506000:bandwidth=8</location> | |
<title>1-2-3.tv HD</title> | |
<extension application="http://www.videolan.org/vlc/playlist/0"> | |
<vlc:id>18</vlc:id> | |
<vlc:option>dvb-adapter=0</vlc:option> |