电子版:0.37.5。 操作系统:OSX 10.11.4
我正在使用X509(https://www.npmjs.com/package/x509)模块,它在电子之外工作正常。我怀疑这可能是由于对openssl的潜在依赖。
我按照https://github.com/electron/electron/blob/master/docs/tutorial/using-native-node-modules.md的说明进行操作,但模块仍在崩溃电子。
With shXL.Range("A1", "D1")
.Font.Bold = True
End With
shXL.Cells(1,1) = "Date"
shXL.Cells(1,2) = "Height"
shXL.Cells(1,3) = "Weight"
shXL.Cells(1,4) = "BMI"
shXL.Cells(2,1) = DateTimePicker1.Text
shXL.Cells(2,2) = txtHeight.Text
shXL.Cells(2,3) = txtWeight.Text
shXL.Cells(2,4) = txtBMI.Text