Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
You can also check other kind of perms changing the constant os.R_OK
0
1450
posted 18 years ago by arcturus
This is as small as this can go:
'xs:dateTime(sql:variable("@stringDate"))'
It needs to be a literal string for the Value() function.
Xml Datatype
http://msdn2.microsoft.com/en-us/library/ms189887.aspx
Sql:Variable() Function
http://ms...
0
1980
posted 18 years ago by rengber
Good info here too: http://www.ilisys.com.au/support/linux-password-protect/
2
2809
posted 18 years ago by jonhenshaw
1. mvn archetype:create -DgroupId=deng -DartifactId=mywebapp -DarchetypeArtifactId=maven-archetype-webapp
2. Replace web.xml with http://snipplr.com/view/3800/minimal-webxml-webapp-descriptor-version-24
3. Replace pom.xml in this snipplet.
4. mvn...
1
1645
posted 18 years ago by thebugslayer
this goes under src/main/resource/META-INF/persistence.xml
0
1401
posted 18 years ago by thebugslayer
Removes the core, and node styles from the $style variable.
You most morbably already defined _phptemplate_variables($hook, $vars), in that case just add the two lines there.
_sympal_theme.. is the name of the theme where we use this.
3
1698
posted 18 years ago by berkes
This allows you to replace the bog standard browser button (form buttons) with any image you wish.
9
2677
posted 18 years ago by 1man