开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
1 Star 0 Fork 122

库卡青年/DevelopAssistant

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
文件
master
分支 (1)
标签 (3)
master
V5.0.2
V4.8.32
V4.3.31
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
项目仓库所选许可证以仓库主分支所使用许可证为准
master
分支 (1)
标签 (3)
master
V5.0.2
V4.8.32
V4.3.31
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
master
分支 (1)
标签 (3)
master
V5.0.2
V4.8.32
V4.3.31
DevelopAssistant
/
lib
/
System.Data.SQLite45
/
System.Data.SQLite.dll.config
DevelopAssistant
/
lib
/
System.Data.SQLite45
/
System.Data.SQLite.dll.config
System.Data.SQLite.dll.config 13.05 KB
一键复制 编辑 原始数据 按行查看 历史
wxdongtt2007 提交于 2020年12月28日 19:58 +08:00 . 升级 System.Data.Sqlite 版本 支持 net46 +
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325
<?xml version="1.0"?>
<!--
*
* System.Data.SQLite.dll.config -
*
* Written by Joe Mistachkin.
* Released to the public domain, use at your own risk!
*
-->
<configuration>
<appSettings>
<!--
****************************************************************************
** Special Replacement Tokens **
****************************************************************************
-->
<!--
NOTE: %PreLoadSQLite_AssemblyDirectory% - If this token (which is
case-sensitive and must include the percent characters) is
present within a setting value being returned, it will be
replaced with the qualified name of the directory containing the
System.Data.SQLite assembly. If the name of the directory is not
available, the token will not be replaced.
NOTE: %PreLoadSQLite_TargetFramework% - If this token (which is
case-sensitive and must include the percent characters) is
present within a setting value being returned, it will be
replaced with an abbreviation of the target framework attribute
value for the System.Data.SQLite assembly. If the target
framework attribute value is not available, the token will not be
replaced.
NOTE: %PreLoadSQLite_XmlConfigDirectory% - If this token (which is
case-sensitive and must include the percent characters) is
present within a setting value being returned, it will be
replaced with the qualified name of the directory containing the
XML configuration file. If the name of the directory is not
available, the token will not be replaced. Generally, this token
may only be used within the XML configuration file itself.
-->
<!--
****************************************************************************
** Configuration Settings **
****************************************************************************
-->
<!--
NOTE: If this environment variable is set [to anything], it will be
used by the System.Data.SQLite.Linq.SQLiteProviderManifest class
(and the System.Data.SQLite.EF6.SQLiteProviderManifest class) to
modify future provider manifest tokens by appending the value of
the environment variable to the existing provider manifest token,
if any. Typically, in order for the constructed provider
manifest token to be syntactically correct, the environment
variable value [to be appended] must begin with a semicolon.
-->
<!--
<add key="AppendManifestToken_SQLiteProviderManifest" value="" />
-->
<!--
NOTE: If this environment variable is set [to anything], it will be
used by the System.Data.SQLite.SQLiteConnection class as the
default flags for all opened connections (i.e. when they are
not present in the connection string).
-->
<!--
<add key="DefaultFlags_SQLiteConnection" value="" />
-->
<!--
NOTE: If this configuration variable is set [to anything], the SQLite
logging subsystem will be initially disabled when initialized.
-->
<!--
<add key="Disable_SQLiteLog" value="1" />
-->
<!--
NOTE: If this configuration variable is set [to anything], the SQLite
logging subsystem may be initialized in a non-default application
domain. By default, this is not allowed due to the potential
for application domain unloading issues.
-->
<!--
<add key="Force_SQLiteLog" value="1" />
-->
<!--
NOTE: If this environment variable is set [to anything], the SQLite
logging subsystem will attempt to perform initialization even
when an attempt was previously made.
-->
<!--
<add key="Initialize_SQLiteLog" value="1" />
-->
<!--
NOTE: If this configuration variable is set [to anything], the native
library pre-loading functionality will be disabled. By default,
the native library pre-loading will attempt to load the native
SQLite library from architecture-specific (e.g. "x86", "amd64",
"x64") or platform-specific (e.g. "Win32") directories that
reside underneath the application base directory.
-->
<!--
<add key="No_PreLoadSQLite" value="1" />
-->
<!--
NOTE: If this configuration variable is set [to anything], the new
connection string parsing algorithm will not be used. This
environment variable is intended for use with legacy code only.
-->
<!--
<add key="No_SQLiteConnectionNewParser" value="1" />
-->
<!--
NOTE: If this configuration variable is set [to anything], the initial
search for types in all loaded assemblies that are tagged with
the SQLiteFunction attribute will be skipped. Normally, this
search is conducted only once per application domain by the
static constructor of the SQLiteFunction class; however, these
implementation details are subject to change.
-->
<!--
<add key="No_SQLiteFunctions" value="1" />
-->
<!--
NOTE: If this environment variable is set [to anything], all calls to
the GetSettingValue method will return the default value. This
will effectively prevent all other setting values from having any
effect, including those specified via other supported environment
variables or in the associated XML configuration file.
SPECIAL NOTE: This setting is included here only for completeness; it
does not make any sense to use it here as it will never
be consulted. For this setting to work properly, it must
be set via an environment variable.
-->
<!--
<add key="No_SQLiteGetSettingValue" value="1" />
-->
<!--
NOTE: If this environment variable is set [to anything], the SQLite
logging subsystem will not be initialized by the SQLiteLog class;
however, it may still be initialized by external components (i.e.
something other than System.Data.SQLite).
-->
<!--
<add key="No_SQLiteLog" value="1" />
-->
<!--
NOTE: If this environment variable is set [to anything], calls to the
GetSettingValue method will never result in the XML configuration
file being read; instead, the default value will be returned.
This will effectively prevent any setting values specified via
the XML configuration file from having any effect.
SPECIAL NOTE: This setting is included here only for completeness; it
does not make any sense to use it here as it will never
be consulted. For this setting to work properly, it must
be set via an environment variable.
-->
<!--
<add key="No_SQLiteXmlConfigFile" value="1" />
-->
<!--
NOTE: If this configuration variable is set [to anything], the base
directory itself is considered valid for pre-loading the native
SQLite library.
-->
<!--
<add key="PreLoadSQLite_AllowBaseDirectoryOnly" value="1" />
-->
<!--
NOTE: If this configuration variable is set [to anything], it will be
used instead of the application base directory by the native
library pre-loader. This environment variable can be especially
useful in ASP.NET and other hosted environments where direct
control of the location of the managed assemblies is not under
the control of the application.
-->
<!--
<add key="PreLoadSQLite_BaseDirectory" value="" />
-->
<!--
NOTE: If this configuration variable is set [to anything], the native
library pre-loader subsystem will attempt to give the interactive
user an opportunity to attach a debugger to the current process.
-->
<!--
<add key="PreLoadSQLite_BreakIntoDebugger" value="1" />
-->
<!--
NOTE: If this configuration variable is set [to anything], it will be
used as the base file name (without directory information) for
the native SQLite library to be pre-loaded (e.g. "sqlite3.dll"
or "libsqlite3.so.0").
-->
<!--
<add key="PreLoadSQLite_LibraryFileNameOnly" value="" />
-->
<!--
NOTE: If this configuration variable is set [to anything], it will be
used instead of the processor architecture value contained in the
PROCESSOR_ARCHITECTURE environment variable to help build the
path of the native library to pre-load.
-->
<!--
<add key="PreLoadSQLite_ProcessorArchitecture" value="x86" />
-->
<!--
NOTE: If this environment variable is set [to anything], the native
library pre-loading code will skip conducting a search for the
native library to pre-load. By default, the search starts in the
location of the currently executing assembly (i.e. the assembly
containing all the managed components for System.Data.SQLite) and
then falls back to the application domain base directory.
-->
<!--
<add key="PreLoadSQLite_NoSearchForDirectory" value="1" />
-->
<!--
NOTE: If this configuration variable is set [to anything], the location
of the currently executing assembly (i.e. the one containing all
the managed components for System.Data.SQLite) will be used as
the basis for locating the the native library to pre-load (i.e.
instead of using the application domain base directory).
-->
<!--
<add key="PreLoadSQLite_UseAssemblyDirectory" value="1" />
-->
<!--
NOTE: This configuration variable is normally set by the operating
system itself and should reflect the native processor
architecture of the current process (e.g. a 32-bit x86
application running on a 64-bit x64 operating system should have
the value "x86").
-->
<!--
<add key="PROCESSOR_ARCHITECTURE" value="%PROCESSOR_ARCHITECTURE%" />
-->
<!--
NOTE: If this environment variable is set [to anything], page #1
of database files encrypted using the (unsupported) legacy
CryptoAPI codec will be encrypted. This was the default
behavior prior to release 1.0.112.3; however, it is now
disabled (by default) as it can cause corruption and/or other
malfunctions in some circumstances. Please do not use this
environment variable unless it is absolutely necessary for your
specific use case.
NOTE: Since this environment variable is (only) read from the native
interop assembly, it cannot be set via this configuration file.
It can only be set within the process environment.
-->
<!--
<add key="SQLite_LegacyEncryptPage1" value="1" />
-->
<!--
NOTE: If this environment variable is set [to anything], all calls to
prepare a SQL query will be logged, regardless of the flags for
the associated connection.
-->
<!--
<add key="SQLite_ForceLogPrepare" value="1" />
-->
<!--
NOTE: If this environment variable is set [to anything], calls into
key members pertaining to the lifecycle of connections and their
associated classes (e.g. LINQ, EF6, etc) will be logged.
-->
<!--
<add key="SQLite_ForceLogLifecycle" value="1" />
-->
<!--
NOTE: If this environment variable is set [to anything], it will be
used by the System.Data.SQLite.SQLiteFactory class as the type
name containing the System.Data.Common.DbProviderServices
implementation that should be used.
-->
<!--
<add key="TypeName_SQLiteProviderServices" value="" />
-->
<!--
NOTE: If this environment variable is set [to anything], it will be
used by the System.Data.SQLite.SQLiteConvert class as the default
DbType value that should be used when a per-connection value is
not available.
-->
<!--
<add key="Use_SQLiteConvert_DefaultDbType" value="Object" />
-->
<!--
NOTE: If this environment variable is set [to anything], it will be
used by the System.Data.SQLite.SQLiteConvert class as the default
type name that should be used when a per-connection value is not
available.
-->
<!--
<add key="Use_SQLiteConvert_DefaultTypeName" value="" />
-->
</appSettings>
</configuration>
Loading...
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

开发助手是一款面向开发人员的辅助助手,它集数据库管理(目前支持sqlserver,sqlite,mysql,postgresql),代码生成(支持从数据库生成实体映射类,数据库操作DAL中间层),数据库文档生成,代码收藏夹(支持C#,SQL,Javascrip,Html,XML,Python语法高亮),富文本编辑,插件管理等功能模块。自2015年到如今,它已经历过4个重大版本的升级,径过不断修复和完善,目前已成为一款堪称得心应手的开发辅助工具。
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/wwwpythonpw/DevelopAssistant.git
git@gitee.com:wwwpythonpw/DevelopAssistant.git
wwwpythonpw
DevelopAssistant
DevelopAssistant
master
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /