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
import requests | |
from datetime import datetime | |
import time | |
import urllib | |
import re | |
import os | |
import sys | |
from bs4 import BeautifulSoup | |
from openpyxl import Workbook |
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
<template> | |
<div class="container"> | |
<div class="wrap"> | |
<div class="d1" @mousedown="eleDown" :style="style"> | |
</div> | |
</div> | |
<!--drr--> |
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
<template> | |
<svg width="800px" height="800px" version="1.1" | |
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800"> | |
<g class="port_output" style="pointer-events: all;"> | |
<rect fill="#fff" stroke-width="1.5" | |
:x="selectedItem.x" :y="selectedItem.y" | |
:width="selectedItem.width" :height="selectedItem.height" | |
:transform="transform" | |
style="vector-effect: non-scaling-stroke" | |
class="port" @click="pointClick" stroke-dasharray="none" stroke="#000"></rect> |
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 CryptoJS = require('crypto-js') | |
var request = require('request-promise') | |
/* | |
* npm install crypto-js request-promise request | |
* node wx_t1t_hack.js | |
*/ | |
// export function testEncription(msg, fullKey) { | |
// var fullKey = fullKey.slice(0, 16) |