This file contains 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
#EXTM3U x-tvg-url="http://epg.51zmt.top:8000/e.xml.gz" | |
#EXTINF:-1 tvg-id="1" tvg-name="CCTV1" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV1.png" group-title="[高清]央视",CCTV-1综合[高清] | |
http://10.10.10.40:4022/rtp/239.3.1.129:8008 | |
#EXTINF:-1 tvg-id="2" tvg-name="CCTV2" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV2.png" group-title="[高清]央视",CCTV-2财经[高清] | |
http://10.10.10.40:4022/rtp/239.3.1.60:8084 | |
#EXTINF:-1 tvg-id="3" tvg-name="CCTV3" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV3.png" group-title="[高清]央视",CCTV-3综艺[高清] | |
http://10.10.10.40:4022/rtp/239.3.1.172:8001 | |
#EXTINF:-1 tvg-id="4" tvg-name="CCTV4" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV4.png" group-title="[高清]央视",CCTV-4中文国际[高清] | |
http://10.10.10.40:4022/rtp/239.3.1.105:8092 | |
#EXTINF:-1 tvg-id="22" tvg-name="CCTV4EUO" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV4EUO.png" group-title="[高清]央视",CCTV-4 中文国际 欧洲[高清] |
This file contains 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
{ | |
"extends": "airbnb", | |
"parser": "babel-eslint", | |
"env": { | |
"browser": true, | |
"node": true, | |
"mocha": true | |
}, | |
"rules": { | |
// Disable for __DEV__, __SERVER__ usage. |
This file contains 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
public class Main { | |
public static void main(String args[]) { | |
String tmp = "\346\212\261\346\255\211\357\274\214\346\240\271\346\215\256\347\233\270\345\205\263\346\263\225\345\276\213\346\263\225\350\247\204\345\222\214\346\224\277\347\255\226\357\274\214\346\234\254\345\220\247\346\232\202\344\270\215\345\274\200\346\224\276\357\274\214\345\216\273\347\234\213\347\234\213\345\205\266\344\273\226\350\264\264\345\220\247"; | |
try { | |
System.out.println(new String(tmp.getBytes("ISO8859-1"),"utf-8")); | |
}catch(Exception e) { | |
} | |
} | |
} |