当前位置:网站首页>C # solve the relative path problem using SQLite
C # solve the relative path problem using SQLite
2022-06-27 08:33:00 【doshy_】
Problem description : I put data.db Put it under the project , The project is packaged as exe It is impossible to use it later Absolute path !!!
The solution is shown in the figure : (test_project It's my project name )
Debug Pattern :|DataDirectory| Refer to test_project\bin\Debug
Release Pattern :|DataDirectory| Refer to test_project\bin\Release
App_Data The folder contains the application's local data store 

边栏推荐
- 100% understanding of 5 IO models
- MySQL index details
- oracle怎样将字符串转为多行
- Persistence mechanism of redis
- Ready to migrate to the cloud? Please accept this list of migration steps
- Correctly understand MySQL mvcc
- MySQL锁详解
- LVGL GUI GUIDER移植代码到STM32
- [c++ primer notes] Chapter 4 expression
- [batch dos-cmd command - summary and summary] - map folder to virtual disk - subst
猜你喜欢

【云原生】2.3 Kubernetes 核心实战(上)

正确的理解MySQL的MVCC
![[batch dos-cmd command - summary and summary] - output / display command - echo](/img/44/cddad70eeb756db15c19100c25c61a.png)
[batch dos-cmd command - summary and summary] - output / display command - echo

並發編程JUC的AQS底層源碼

Rough reading DS transunet: dual swing transformer u-net for medical image segmentation

【mysql篇-基础篇】通用语法1

lvgl 说明3关于lvgl guider的使用
![[12. maximum continuous non repeating subsequence]](/img/eb/230cd6062e28374c86863f2122e43b.png)
[12. maximum continuous non repeating subsequence]

win10为任意文件添加右键菜单

vim 从嫌弃到依赖(19)——替换
随机推荐
vim 从嫌弃到依赖(20)——global 命令
Mysql事务中MVCC理解超简单
RockerMQ消息发送与消费模式
lvgl使用demo及说明2
June 26, 2022 (LC 6100 counts the number of ways to place houses)
JS EventListener
Redis五种基本类型
Code source AQS sous - jacent pour la programmation simultanée juc
Internal class ~ lock ~ access modifier
[cloud native] 2.3 kubernetes core practice (Part 1)
AQS underlying source code of concurrent programming JUC
並發編程JUC的AQS底層源碼
Fake constructor???
A classic interview question covering 4 hot topics
关于el-date-picker点击清空参数变为null的问题
IO管脚配置和pinctrl驱动
分析日志.log
LVGL GUI GUIDER移植代码到STM32
Linux下Redis的安装
C# 解决使用SQLite 的相对路径问题