转换方法:
- Convert Android VectorDrawable to SVG:
使用附件中的java程序。命令如下:
cp Vector2Svg.java path/to/xml_dir
javac Vector2Svg.java
java Vector2Svg ./*.xml
mkdir svg_dir
转换方法:
使用附件中的java程序。命令如下:
cp Vector2Svg.java path/to/xml_dir
javac Vector2Svg.java
java Vector2Svg ./*.xml
mkdir svg_dir
| 1020 | |
| 01:20:57,253 --> 01:20:58,619 | |
| I hear that a lot. | |
| 1021 | |
| 01:20:58,621 --> 01:21:00,287 | |
| Jackson: Then you probably | |
| hear this, too. | |
| 1022 |
| J:\2\WinDDK\7600.16385.1\bin\x86\x86\link.exe @CMakeFiles\untitled.dir\objects1.rsp /out:untitled.exe /implib:untitled.lib /pdb:F:\My\Documents\ClionProjects\untitled\cmake-build-release-wdk\untitled.pdb /version:0.0 /machine:X86 msvcrt_winxp.obj /NODEFAULTLIB:MSVCRTD.lib /DEFAULTLIB:J:/2/WinDDK/7600.16385.1/lib/Crt/i386/msvcrtd.lib /DEFAULTLIB:J:/2/Microsoft Visual Studio 12.0/VC/lib/msvcrtd.lib /VERBOSE /debug /INCREMENTAL:YES /subsystem:console kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTFILE:CMakeFiles\untitled.dir/intermediate.manifest CMakeFiles\untitled.dir/manifest.res | |
| Microsoft (R) Incremental Linker Version 9.00.30729.207 | |
| Copyright (C) Microsoft Corporation. All rights reserved. | |
| CMakeFiles/untitled.dir/tmp.cpp.obj | |
| Processed /NODEFAULTLIB:MSVCRTD.lib | |
| Processed /DEFAULTLIB:J:/2/WinDDK/7600.16385.1/lib/Crt/i386/msvcrtd.lib | |
| Processed /DEFAULTLIB:J:/2/Microsoft Visual Studio 12.0/VC/lib/msvcrtd.lib | |
| Starting pa |
| #ifndef VELO_HO_H | |
| #define VELO_HO_H | |
| #include <iostream> | |
| template<typename CharType = char> | |
| struct UTF8 { | |
| typedef CharType Ch; | |
| void someMethod(){ | |
| std::cout << "someMethod UTF8" << std::endl; |
| buildscript { | |
| repositories { | |
| mavenCentral() | |
| maven { | |
| url "https://oss.sonatype.org/content/repositories/snapshots/" | |
| } | |
| maven { | |
| url 'http://dl.bintray.com/jetbrains/intellij-plugin-service' | |
| } | |
| maven { |
| # in sudo visudo | |
| username ALL=(ALL:ALL) NOPASSWD: /usr/sbin/ip | |
| # in ~/.bashrc | |
| # 192.168.1.10 - my gateway | |
| # 192.168.1.199 - my WSL2 static ip | |
| EXIST=`ip ro show default via 192.168.1.10 dev eth0 | wc -l` | |
| if ! [ $EXIST -eq 1 ] | |
| then |
| { | |
| "version": 1, | |
| "plugins": [ | |
| { | |
| "description": "<p>Online TV - (Fix) is M3U/XML playlist loader and collection of online tv sources.<p>For more information visit corresponding websites.", | |
| "type": "ecmascript", | |
| "apiversion": 2, | |
| "homepage": "https://github.com/lprot/movian-plugin-onlinetv", | |
| "id": "tv", | |
| "file": "tv.js", |
| package com.company; | |
| import java.util.ArrayList; | |
| import java.util.Arrays; | |
| import java.util.List; | |
| public class Main { | |
| public static void main(String[] args) { | |
| String order1 = "AAAABBBCCDAABBB"; |