.card {
&:global(.ant-card) {
margin-bottom: 5px;
}
}=>
| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
| # https://bitbucket.org/BitPusher16/dotfiles/raw/49a01d929dcaebcca68bbb1859b4ac1aea93b073/refs/git/git_examples.sh | |
| #!/bin/bash | |
| ########## | |
| # contents | |
| ########## | |
| # contents | |
| # notes |
.card {
&:global(.ant-card) {
margin-bottom: 5px;
}
}=>
| (function start() { | |
| const today = new Date(); | |
| const year = today.getFullYear(); | |
| const month = today.getMonth(); | |
| const date = today.getDate(); | |
| const url = 'https://daojia.jd.com/client?xxx'; | |
| const hour = 10; | |
| // server time delay, do not fix! | |
| const startDate = new Date(year, month, date, hour - 1, 59, 59, 500); | |
| const endDate = new Date(year, month, date, hour, 0, 5); |
wget -r -p -np -e robots=off [url]wget -mpnp -e robots=off [url]wget -m [url] = wget -r -N -l inf --no-remove-listing [url]wget -E -H -k -K -p -e robots=off [url]| forever start [forever-options] `which http-server` [http-server options] |
CREATE DATABASE <NEW_DB> WITH TEMPLATE "<OLD_DB>" OWNER <OWNER>;-- see StackOverflow
DO $$
DECLARE| <!DOCTYPE html> | |
| <!-- saved from url=(0188)http://d.alipay.com/i/index.htm?cid=5895&iframeSrc=alipays%3A%2F%2Fplatformapi%2FstartApp%3FappId%3D20000042%26publicId%3D2014070700006872%26followType%3DPUBLIC%26sourceId%3Dshortlink#once --> | |
| <html><head><meta http-equiv="Content-Type" content="text/html; charset=GBK"> | |
| <meta charset="UTF-8"> | |
| <title>支付宝</title> | |
| <meta name="apple-mobile-web-app-capable" content="yes"> | |
| <meta name="apple-mobile-web-app-status-bar-style" content="black"> | |
| <meta name="format-detection" content="telephone=no"> | |
| <meta name="format-detection" content="email=no"> |
models.contracts.findAll({
attributes: ['id', [models.sequelize.fn('sum', models.sequelize.col('payments.payment_amount')), 'total_cost']],
include: [{ model: models.payments, attributes: [] }],
group: ['contracts.id']
});
Model.findAll({
attributes: ['id', [sequelize.fn('count', sequelize.col('likes.id')), 'likecount']],
include: [{ attributes: [], model: Like }],| function hb(total, count) { | |
| var i; | |
| var left = total; | |
| var redpacks = []; | |
| var redpack; | |
| function generate(amount, size) { | |
| var min = 0.01; | |
| var avg; | |
| var money; |