原创 Debug一些有用的信息Tips

1. 獲得SiteCollection所有Web的URL SPSite siteCollection = SPContext.Current.Site; SPWebCollection we

原创 如何一次性清除List裏面所有內容(注意有Bug)

At times we want to delete all the items from a SharePoint List. Here are some excellent solutions to delete all the Sh

原创 How do delete a website or site collection

1. Launch the website you want to delete 2. Site Actions-> Site Settings 3. Click Sites and workspaces under Site Admin

原创 How to get the value of one specified item

Method1: public override void ItemAdding(SPItemEventProperties properties) { base.ItemAdding(propert

原创 Create a custom list and delete a list

1. Create a list a. Open the page you want to add a list->Click ‘Site Actions’-> ‘Edit in SharePoint Designer’ b. List

原创 Efficiently Delete / Purge All Items from a SharePoint List

If you want to delete or remove all the items in a SharePoint list you need to iterate through each item and perform a

原创 前端開發工程師

1、先學習基本的HTML知識,瞭解大部分HTML標籤的作用。 2、學習CSS,熟悉如何用CSS去控制HTML標籤的樣式。 3、自己試着做一些靜態頁面(運用HTML和CSS),看一些比較好的網站,模仿着做一下。 4、瞭解一下Web標準,明確

原创 3.對數據進行修改操作

CREATE TABLE dallas_dept (dept_no CHAR(4) NOT NULL, dept_name CHAR(20) NOT NULL); INSERT INTO dallas_dept (dept_no, dep