需要注意的是在獲取配置的sectionname的時候所使用的名稱必須是配置檔案根節點的名稱
configurationsections
>
/p>
<
configurationsection
name
="systemconfiguration"
encrypt
="false"
>
/p>
<
storageprovider
xsi:type
="xmlfilestorageproviderdata"
name
="xml file storage provider"
path
/>
/p>
<
datatransformer
xsi:type
="xmlserializertransformerdata"
name
="xml serializer transformer"
>
/p>
<
includetypes
/>
/p>
datatransformer
>
/p>
configurationsection
>
其中帶下劃線的就是配置的sectionname,這個名稱必須要與儲存配置的檔案裡的根節點一致如:
/p>
xml version="1.0" encoding="utf-8"
?>
/p>
<
systemconfiguration
>
/p>
<
xmlserializersection
type
>
/p>
<
lsa=""
xmlns:xsi
="-instance"
xmlns
="">
/p>
<
sysconfig
>
如果在平時使用中改了sectionname的名稱,那麼記得把兩個地方都改過來,這個問題搞了我好一陣子。
用塊鏈實現的棧
這種塊鏈棧在容量可以動態拓展的同時,節省了大量的new操作和delete操作,從而提高了效率.template typename t,int patchsize 128 預設模板引數.class patchstack 不需要初始化matters.注意一點 這不是一般的雙向鍊錶結構,而是這種棧專屬的操...
用EF MySql DbFirst遇到的坑
一開始以為是mysql.data和mysql.data.entity版本問題,把版本從6.9.12公升級到6.10.8,結果還是不行。後來進行了不斷的測試,發現問題出現在dbfirst生成edmx裡面。我的字段是createtime,型別是datetime,是設了預設值current timesta...
ios 中的程式塊(Block)
block是乙個自包含的小 段,封裝了用於遍歷 線性遍歷 或者 可以併發執行的任務單元。block int mycount 0 int myblock int a,int b int a,int b nslog myblock d myblock 1,2 1 int myblock int a,in...