
<add name="xxConnectionString" connectionString="Data Source=\SQLEXPRESS;Initial Catalog=库名;Integrated Security=True" providerName="SystemDataSqlClient"/>其中name为链接字符串名字 data source为服务器
路径 点代表本地 因为我安装的express版本 所以路径为\SQLEXPRESS,完整版直接为一个点android:label。根据查询百度大数据得知,当AndroidAPP安装默认Activity的应用安装后,应用就会在桌面上显示,其中图标由android:icon
属性配置,名字则由android:label属性决定
配置文件。
评论列表(0条)