I hereby claim:
- I am hameds on github.
- I am hamed (https://keybase.io/hamed) on keybase.
- I have a public key ASB3tTeS9Jaex7SK6sWQCVQi-gHB1yVBvUS-okyRrevoXQo
To claim this, I am signing this object:
use [DATABASE_NAME]; | |
DECLARE @Table NVARCHAR(MAX) | |
DECLARE @Col NVARCHAR(MAX) | |
DECLARE Table_Cursor CURSOR | |
FOR | |
--پيدا کردن تمام فيلدهاي متني تمام جداول ديتابيس جاري | |
SELECT a.name, --table | |
b.name --col | |
FROM sysobjects a, | |
syscolumns b |
protected void Application_Error() | |
{ | |
Exception lastException = Server.GetLastError(); | |
NLog.Logger logger = NLog.LogManager.GetCurrentClassLogger(); | |
logger.Fatal(lastException); | |
} |
I hereby claim:
To claim this, I am signing this object:
<!--?xml version="1.0" encoding="utf-8"?--> | |
<elements xmlns="http://schemas.microsoft.com/sharepoint/"> | |
<module name="jQueryFileModule"> | |
<file path="jQueryFileModulejquery-1.10.2.min.js" url="jquery-1.10.2.min.js"> | |
</file></module> | |
</elements> |
<sharepoint:scriptlink language="javascript" name="core.js" ondemand="true" runat="server"> | |
</sharepoint:scriptlink> |
<!--?xml version="1.0" encoding="utf-8"?--> | |
<elements xmlns="http://schemas.microsoft.com/sharepoint/"> | |
<customaction id="0a084c02-09bd-4af5-a8e0-78ec0544e776" sequence="100" location="ScriptLink" title="jQueryAction" scriptsrc="~site/jquery-1.10.2.min.js"> | |
</customaction></elements> |
string siteUrl="http://spserver:81/sites/test"; | |
SPSite site=new SPSite(siteUrl); |
string siteUrl="http://spserver:81/sites/test"; | |
SPSite site=new SPSite(siteUrl); | |
SPWeb web=site.RootWeb; |
string siteUrl="http://spserver:81/sites/test"; | |
SPSite site=new SPSite(siteUrl); | |
SPWeb web=site.OpenWeb(); |