码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
[Forward]Use the SharePoint My Tasks Web Part outside of My Sites
from http://yalla.itgroove.net/2014/04/use-sharepoint-tasks-web-part-outside-sites/Use the SharePoint My Tasks Web Part outside of My SitesWritten by ...
分类:Web程序   时间:2014-07-06 20:20:40    阅读次数:234
android.app.Notification
public Notification(int icon, CharSequence tickerText, long when)Deprecated. Use Notification.Builder inst...
分类:移动开发   时间:2014-07-06 18:00:10    阅读次数:165
MSSQL查询所有数据库表,指定数据库的字段、索引
--查询所有数据库USE mastergoselect [name] from [sysdatabases] order by [name]--查询其中一个数据库test,就可以得到这个数据库中的所有的表名了,语句如下:USE testgoselect [id], [name] from [syso...
分类:数据库   时间:2014-07-06 15:31:11    阅读次数:269
java linux jdk(yanzheng)
first,there are some default jdk in system.when we get the java 1.7.0 foldel,we should use it to instead of the default jdk.so just use sudo update-al...
分类:编程语言   时间:2014-07-06 14:22:35    阅读次数:281
存储过程&Function
存储过程&Function编号类别ORACLEMYSQL注释1创建存储过程语句不同create or replace procedure P_ADD_FAC(id_fac_cd IN ES_FAC_UNIT.FAC_CD%TYPE)isDROP PROCEDURE IF EXISTS `SD_USE...
分类:其他好文   时间:2014-07-06 14:21:16    阅读次数:186
ubuntu Python2.7 安装PIL问题
$sudo easy_install PILWARNING: '' not a valid package name; please use only.-separated package names in setup.py_imaging.c:75:20: fatal error: Python....
分类:编程语言   时间:2014-07-06 13:45:43    阅读次数:256
CTCI 1.2
Since I mainly use Java, this problem seems meaning less for me to implement it with Java. Just use StringBuilder to append each character in string f...
分类:其他好文   时间:2014-07-06 13:33:34    阅读次数:296
[Asp.net]Calendar+JqueryUi实现日程管理(右键菜单,添加,编辑,删除,源码)
引言出差终于回来了,这篇文章算是这个月的博客的开篇吧。上篇文章:[Asp.net]Calendar+JqueryUi实现日程管理——添加日程上篇文章主要贴了一些该项目的界面,这里面,将主要代码也贴出来分享一下。项目数据库设计 1 USE [Wolfy.Schedule] 2 GO 3 4 /***....
分类:Web程序   时间:2014-07-06 13:00:52    阅读次数:264
SQL 如果存在就更新,如果不存在就添加,使用 Merge 函数(SQL2008版本及以上)
USE [NationalUnion]GO/****** Object: StoredProcedure [dbo].[proc_DataSummary] Script Date: 07/03/2014 15:33:11 ******/SET ANSI_NULLS ONGOSET QUOTE...
分类:数据库   时间:2014-07-05 18:35:10    阅读次数:370
XCode中在提示窗口中对已弃用的API接口画上红线
当我们在XCode中敲代码时会不断的出现相关API提示窗口,那敲起来是一个爽啊。 有时候会看到一些API已经弃用了被画上红色的横线,说明该接口已经被弃用,仍保留,但不建议使用,对弃用API实现画横线其实很简单,只需要在接口文件(.h)中这样写即可实现上图效果,很简单吧。 /*! DEPRECATED: Use the [CustomIOS7AlertView init] meth...
分类:Windows程序   时间:2014-07-04 07:30:45    阅读次数:355
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!