List all databases
sp_helpdb
Check the current database name
select d.name
from master..sysdatabases d, master..sysprocesses p
where d.dbid=p.dbid and p.spid=@@spid
sp_helpdb
select d.name
from master..sysdatabases d, master..sysprocesses p
where d.dbid=p.dbid and p.spid=@@spid
{% highlight ruby %} | |
def foo | |
puts 'foo' | |
end | |
{% endhighlight %} |
{% highlight ruby linenos %} | |
def foo | |
puts 'foo' | |
end | |
{% endhighlight %} |
// Create a director | |
director = new lime.Director(document.body, 1024, 768); | |
// Create a scene | |
scene = new lime.Scene(); | |
// Add a scene to director | |
director.replaceScene(scene); | |
// Schedule Manager Example |
module.exports = function(grunt){ | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
exec:{ | |
prepare:{ | |
command:"cordova prepare", | |
stdout:true, | |
stderror:true | |
} |
// Gruntfile.js | |
module.exports = function (grunt) { | |
// load all grunt tasks matching the ['grunt-*', '@*/grunt-*'] patterns | |
require('load-grunt-tasks')(grunt); | |
grunt.initConfig({ | |
}); | |
grunt.registerTask('default', []); |
This is a run down of my process for designing, building and testing responsive HTML emails. I’ve also included lots of links to articles and resources for further reading.
这篇文章是我对我的响应式HTML Email设计、构建和测试的流程的一个系统性的介绍。在本文中,我也加入了大量的相关文章、资源的链接,供读者阅读参考。
# Do not push to master | |
if [ $(git rev-parse --abbrev-ref HEAD) == "master" ] | |
then | |
echo 'Hello' | |
exit 1 | |
fi |
[ Launch: barchart ] e100ecf336266fbb0634 by tjwudi[ Launch: test ] 4653053 by enjalot[ Launch: test ] 4652017 by enjalot[ Launch: test ] 4582399 by enjalot