- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我不确定出了什么问题,我正在尝试将数据保存在我创建的 dixie.js 表中。我正在使用 Electron 并将数据绑定(bind)到 ipc 事件。我可以在 macOS 终端内看到传递的数据,我想这些数据也可用于主进程。我已将数据直接传递给 dexie,但我无法保存或获取它们。这是代码。我在 macOS 终端内收到此错误,它与 dexie 相关,但我不知道出了什么问题。
**错误
Dexie {
_dbSchema:
{ websites:
TableSchema {
name: 'websites',
primKey: [IndexSpec],
indexes: [Array],
instanceTemplate: [Object],
mappedClass: null,
idxByName: [Object] } },
version: [Function],
_allTables:
{ websites:
Table {
name: 'websites',
schema: [TableSchema],
_tx: undefined,
hook: [Function] } },
_createTransaction: [Function],
_whenReady: [Function],
verno: 1,
open: [Function],
close: [Function],
delete: [Function],
backendDB: [Function],
isOpen: [Function],
hasBeenClosed: [Function],
hasFailed: [Function],
dynamicallyOpened: [Function],
name: 'clients',
on:
{ [Function: rv]
addEventType: [Function: add],
populate:
{ subscribers: [],
fire: [Function: nop],
subscribe: [Function: subscribe],
unsubscribe: [Function: unsubscribe] },
blocked:
{ subscribers: [Array],
fire: [Function],
subscribe: [Function: subscribe],
unsubscribe: [Function: unsubscribe] },
versionchange:
{ subscribers: [Array],
fire: [Function],
subscribe: [Function: subscribe],
unsubscribe: [Function: unsubscribe] },
ready:
{ subscribers: [],
fire: [Function: nop],
subscribe: [Function],
unsubscribe: [Function: unsubscribe] } },
transaction: [Function],
_transaction: [Function],
table: [Function],
Collection: [Function: Collection],
Table: [Function: Table],
Transaction: [Function: Transaction],
Version: [Function: Version],
WhereClause: [Function: WhereClause],
websites:
Table {
name: 'websites',
schema:
TableSchema {
name: 'websites',
primKey: [IndexSpec],
indexes: [Array],
instanceTemplate: [Object],
mappedClass: null,
idxByName: [Object] },
_tx: undefined,
hook:
{ [Function: rv]
addEventType: [Function: add],
creating: [Object],
reading: [Object],
updating: [Object],
deleting: [Object] } } }
Promise {
_listeners: [],
onuncatched: [Function: nop],
_lib: false,
_PSD:
{ id: 'global',
global: true,
ref: 16,
unhandleds: [],
onunhandled: [Function: globalError],
pgp: false,
env:
{ Promise: [Function: Promise],
PromiseProp: [Object],
all: [Function: all],
race: [Function: race],
resolve: [Function: resolve],
reject: [Function: reject],
nthen: [Function: then],
gthen: [Function: then] },
finalize: [Function: finalize] },
_stackHolder:
Error
at getErrorWithStack (/Users/z/Sites/clients-manager/node_modules/dexie/dist/dexie.js:317:12)
at new Promise (/Users/z/Sites/clients-manager/node_modules/dexie/dist/dexie.js:728:29)
at Promise.then (/Users/z/Sites/clients-manager/node_modules/dexie/dist/dexie.js:757:22)
at Table.get (/Users/z/Sites/clients-manager/node_modules/dexie/dist/dexie.js:2354:16)
at Object.<anonymous> (/Users/z/Sites/clients-manager/main.js:54:25)
at Object.<anonymous> (/Users/z/Sites/clients-manager/main.js:72:3)
at Module._compile (internal/modules/cjs/loader.js:711:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10)
at Module.load (internal/modules/cjs/loader.js:620:32)
at tryModuleLoad (internal/modules/cjs/loader.js:559:12),
_prev:
Promise {
_listeners: [ [Listener] ],
onuncatched: [Function: nop],
_lib: false,
_PSD:
{ id: 'global',
global: true,
ref: 16,
unhandleds: [],
onunhandled: [Function: globalError],
pgp: false,
env: [Object],
finalize: [Function: finalize] },
_stackHolder:
Error
at getErrorWithStack (/Users/z/Sites/clients-manager/node_modules/dexie/dist/dexie.js:317:12)
at new Promise (/Users/z/Sites/clients-manager/node_modules/dexie/dist/dexie.js:728:29)
at Promise.then (/Users/z/Sites/clients-manager/node_modules/dexie/dist/dexie.js:757:22)
at tempTransaction (/Users/z/Sites/clients-manager/node_modules/dexie/dist/dexie.js:1829:35)
at Table.getTransaction (/Users/z/Sites/clients-manager/node_modules/dexie/dist/dexie.js:2330:17)
at Table.getIDBObjectStore (/Users/z/Sites/clients-manager/node_modules/dexie/dist/dexie.js:2339:25)
at Table.get (/Users/z/Sites/clients-manager/node_modules/dexie/dist/dexie.js:2348:25)
at Object.<anonymous> (/Users/z/Sites/clients-manager/main.js:54:25)
at Object.<anonymous> (/Users/z/Sites/clients-manager/main.js:72:3)
at Module._compile (internal/modules/cjs/loader.js:711:30),
_prev:
Promise {
_listeners: [Array],
onuncatched: [Function: nop],
_lib: false,
_PSD: [Object],
_stackHolder:
Error
at getErrorWithStack (/Users/z/Sites/clients-manager/node_modules/dexie/dist/dexie.js:317:12)
at new Promise (/Users/z/Sites/clients-manager/node_modules/dexie/dist/dexie.js:728:29)
at new Dexie (/Users/z/Sites/clients-manager/node_modules/dexie/dist/dexie.js:1522:42)
at Object.<anonymous> (/Users/z/Sites/clients-manager/main.js:8:12)
at Object.<anonymous> (/Users/z/Sites/clients-manager/main.js:72:3)
at Module._compile (internal/modules/cjs/loader.js:711:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10)
at Module.load (internal/modules/cjs/loader.js:620:32)
at tryModuleLoad (internal/modules/cjs/loader.js:559:12)
at Function.Module._load (internal/modules/cjs/loader.js:551:3),
_prev: null,
_numPrev: 0,
_state: null,
_value: null },
_numPrev: 1,
_state: null,
_value: null },
_numPrev: 2,
_state: null,
_value: null }
**代码
// main.js
const electron = require('electron');
const { app, BrowserWindow, ipcMain } = electron;
const Dexie = require('dexie');
// Force debug mode to get async stacks from exceptions.
Dexie.debug = true; // In production, set to false to increase performance a little.
const db = new Dexie('clients');
db.version(1).stores({
websites: "++id,client_name,hosting_provider,website_domain,panel_user,panel_pwd,db_host,db_name,db_user,db_pwd,wp_user,wp_pwd"
});
let mainWindow;
// .once('ready-to-show', () => {
// child.show();
//});
function createMainWindow(){
mainWindow = new BrowserWindow({
width: 480,
height: 150,
webPreferences: {
nodeIntegration: true
}
});
mainWindow.loadFile( 'index.html' );
mainWindow.show();
}
app.once('ready', createMainWindow);
ipcMain.on('open-add-form', ( event, arg ) => {
//win.webContents.send('data', arg);
let addWindow = new BrowserWindow({
parent: mainWindow,
width: 1200,
height: 600,
show: false
});
addWindow.loadFile( 'add.html' );
addWindow.show();
addWindow.on( 'close', () => {
addWindow = null
});
});
console.log(db);
ipcMain.on( 'submitForm', ( event, data ) => {
// Access form data here
db.websites.add(data)
console.log(data);
});
console.log(db.websites.get('client_name'));
ipcMain.on( 'open-clients-view', () => {
let clientsWindow = new BrowserWindow({
parent: mainWindow,
width: 1200,
height: 600,
show: false
});
clientsWindow.loadFile( 'view.html' );
clientsWindow.show();
clientsWindow.on( 'close', () => {
clientsWindow = null
});
});
// add.html inline code (will be better to have this in a separate file?)
const ipcRenderer = require('electron').ipcRenderer;
//const saveBtn = document.getElementById('save-btn');
var form = document.forms;
let formData = {}
form[0].addEventListener('submit', (e) => {
e.preventDefault();
let fields = document.getElementsByTagName('input');
for( var i = 0; i < fields.length; i++ ){
// I have also a strange issue on this line
// The key:value of the object will not be the same of the order of the inputs, see dexie table
formData[fields[i].name] = fields[i].value
}
ipcRenderer.send('submitForm', formData);
console.log(formData);
});
正如您从代码的一些注释中看到的那样,我对传递数据的 key:value
字段顺序也有一些问题。我会得到这个订单,但它不正确,因为它不尊重表结构
{ client_name: 'ahaii',
db_host: '',
db_name: '',
db_pwd: '',
db_user: '',
hosting_provider: '',
panel_pwd: '',
panel_user: '',
website_domain: '',
wp_pass: '',
wp_user: '' }
感谢任何帮助,谢谢。
更新这是我在 main.js
文件中用于调用 dexie add 方法的代码,也许问题出在它身上?
ipcMain.on( 'submitForm', ( event, data ) => {
// Access form data here
//console.log(data.client_name);
db.websites.put({
client_name: data.client_name,
hosting_provider: data.hosting_provider,
website_domain: data.website_domain,
panel_user: data.panel_user,
panel_pwd: data.panel_pwd,
db_host: data.db_host,
db_name: data.db_name,
db_user: data.db_user,
db_pwd: data.db_pwd,
wp_user: data.wp_user,
wp_pwd: data.wp_pass,
}).then( (primaryKey) => {
db.websites.get(primaryKey);
console.log(primaryKey);
}).then( (websites) => {
console.log(websites.client_name);
});
console.log(data);
});
console.log(data);
});
我现在已经对此发表了评论,因为我正在开发应用程序的其他部分。使用该代码我无法检查数据是否已存储...
最佳答案
您无法对 JavaScript 对象属性的顺序执行任何操作(您可以找到有关该 here 的更多信息)。在大多数情况下,它会按字母顺序对属性进行排序。无论如何,如果函数需要一个对象,那么顺序就无关紧要了。
HTML 内联代码适合小型示例。如果您构建一个完整的系统,则应该将 JavaScript 代码与 HTML 分开。将行为 (JS) 与显示(HTML、CSS)分开是一个很好的做法。
console.log(db.websites.get('client_name'));
这可能会引发错误。该行有几个问题:
如果您希望在向数据库添加内容后运行此查询,则需要将该函数添加到 submitForm
回调中,或者创建另一个可以通过按钮触发的回调你的主窗口或类似的东西。
由于 Table.add()
是异步的,因此您需要使用 async and await ,或Promise.then()确保在运行查询之前 Table.add()
已完成。
关于javascript - Dexie.js 不存储 Electron 表单提交的数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60818461/
我有一个使用 Dexie 包装器作为 indexedDB 的 Web 应用程序,由于某种原因,我需要无故障地重命名现有数据库,我在 Dexie 文档上找不到重命名。 最佳答案 无论是 Dexie 还是
场景: 用户在 Firefox 中打开 Dexie webapp。 用户写入一些 Dexie 数据并关闭 Firefox。 用户在 Chrome 中打开相同的网络应用。 用户能够看到之前在 Firef
所以我正在使用 dexie.js 构建一个具有离线支持的小型应用程序和 IndexedDB 第一次。如果本地计算机上已存在数据库,我想打开并使用该现有数据库 ->因此我使用 Dexie.exists(
谁能告诉我当我调用 dexie.js 的 count() 函数时会发生什么: TypeError: 'caller', 'callee', and 'arguments' properties may
以下查询抛出错误: DB.classes .where("name") .anyOf(["John", "Rick"]) .or("nickname") .anyO
我正在使用 Dexie(IndexedDb 库)。我正在经历the API看看是否有办法选择两个日期之间的事件,我看到有一个 . Between() 方法以这种方式使用: table.where(in
我在 Dexie 中运行事务时收到此错误: name: SubTransactionError message: table _ not included in parent transaction
我们制作了一个开源浏览器。 请更正选项卡的加载项。有必要将选项卡添加到开头。现在选项卡添加到末尾: var newTab = tabs.add({}, tabs.getIndex(tabs.getSe
我正在使用Dexie.js有时我在尝试访问数据库时收到错误“数据库打开时无法添加版本”。 是否有处理此错误的最佳实践?在这种情况下我需要关闭数据库并尝试重新打开它吗? 我的代码是这样的(用 Coffe
我正在制作离线和在线工作的 Notes PWA 应用程序。 我正在使用 Dexie.js 在 IndexedDB 上保存笔记记录.我正在使用 Quasar作为前端和后端 Laravel 8 . 我想将
我想做一些类似的事情,myTable.update({ location: 'Paris'}, { location: '' } 并让 myTable 中的所有对象将“Paris”的 location
我正在使用 Dexie 访问闪存卡制造商项目中的 IndexedDB。我可以按预期操作数据库,如果我关闭并重新打开浏览器,它会保留在数据库中,但通常当我几天不处理项目后打开项目时,我放入数据库中的存储
来自 this question我可以在我的表中找到所有对象,其中值出现在作为数组的字段中。现在,我需要为该表中的所有对象从该字段中删除该值。 例如,假设一个 events表,有对象: { peopl
我正在使用 Dexie DB 版本 2.0.4 以及 Angular 8 和 Electron。我意识到,我在数据库中输入的数据越多,对其进行的查询越多,我的数据库调用就会变得越慢。 我是一名 Dex
我有一个表,其中每个对象都有一个字符串数组字段:例如,{ people: ['John', 'Bob', 'Sue'] }。我需要表中 people 数组中包含“Sue”的所有对象。 德克西能做到吗?
我的基本 dexie 数据库方案是这样的。 const db = new Dexie('MyDatabase'); // Declare tables, IDs and indexes db.vers
TL;DR:collection.modify() 可处理几条记录,但在尝试一次修改超过 10 条记录时失败。为什么? 我有一些代码可以使用 Javascript、HTML 和 IndexedDB 上
我正在使用一个名为 bugout 的库(这是一个基于 webtorrent 构建的 API)来创建一个 P2P 房间,但我需要它来根据使用 Dexie 查找表的值来创建房间。 我知道这已在 Stack
我正在使用 startsWithIgnoreCase 查询 dexie 数据库并将结果推送到一个数组中,但是在打印或使用它时,它会抛出一个未定义的错误 我已经尝试使用 JSON.stringify、t
我正在使用dexie.js ,它是一个indexDB 包装器。无论如何,我有一个从用户本地存储调用的数组,我的函数应该迭代数据库中的每个列表项并显示它。但是,单击我的 Butane 后,它仅显示最近输
我是一名优秀的程序员,十分优秀!