This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
long svu = ObjectStreamClass.lookup(BaseModel.class).getSerialVersionUID(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tóm tắt lại việc test : các case bị lỗi serialize khi không có serialVersionUID : add property, add function, | |
các case bị lỗi khi có serialVersionUID : change type của property, không bị lỗi khi add property, add function | |
BaseModel khi không có serialize thì bị lỗi khi add property, add function ở BaseModel khi deserialize lớp con | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="xxx"> | |
<img style="width:100%"/> <!-- this style is relative to a tag, but a tag is not setted --> | |
<br/> <!-- this br tag should not be here, br is block tag, some time on webview if img load slow, a tag will have size of br and made img size small --> | |
</a> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://censys.io | |
https://www.zoomeye.org | |
https://thingful.net | |
https://www.shodan.io |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BTC-CLAM | |
BTC-GNO | |
BTC-BNT | |
BTC-ANT | |
BTC-ZCL | |
BTC-AMP | |
BTC-OMNI | |
BTC-BTCD | |
BTC-DCT | |
BTC-MANA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var lineReader = require('readline').createInterface({ | |
input: require('fs').createReadStream('QNT-KYC.csv') | |
}); | |
var request = require('sync-request'); | |
lineReader.on('line', function (line) { | |
// console.log('Line from file:', line); | |
var list = line.split(",") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var lineReader = require('readline').createInterface({ | |
input: require('fs').createReadStream('QNT-KYC.csv') | |
}); | |
var request = require('sync-request'); | |
lineReader.on('line', function (line) { | |
// console.log('Line from file:', line); | |
var list = line.split(",") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"constant": false, | |
"inputs": [ | |
{ | |
"name": "_newQNTBAddress", | |
"type": "address" | |
} | |
], | |
"name": "changeQNTBAddress", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Translation of Odoo Server. | |
# This file contains the translation of the following modules: | |
# * website_sale | |
# | |
# Translators: | |
# Martin Trigaux, 2017 | |
# fanha99 <[email protected]>, 2017 | |
# Duy BQ <[email protected]>, 2017 | |
# sao sang <[email protected]>, 2017 | |
# Phạm Lân <[email protected]>, 2017 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# edit vi.po | |
# /usr/lib/python3/dist-packages/odoo/addons/website_sale/i18n | |
DELETE FROM ir_translation WHERE lang = 'vi_VN'; | |
# load tranlastation again |