懂C#语言的进来,需要帮忙
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了懂C#语言的进来,需要帮忙相关的知识,希望对你有一定的参考价值。
我再外网下了一个JSXBIN转JSX的文件。不知道怎么使用。有明白的帮我看看。原文是Introduction to JSXBIN to JSX Converter
JSXBIN is a binary format of JSX, which is a superset of javascript made by Adobe for automating certain tasks in Adobe products such as Photoshop. Sometimes it's useful to decode and read JSXBIN files but since there's no official decoder available, here is an alternative instead.
Usage
Download the latest version from the releases page
Extract the converter
Run jsxbin_to_jsx on your command line using the following syntax:
jsxbin_to_jsx [-v] JSXBIN JSX
Flags:
-v print tree structure to stdout
Example:
jsxbin_to_jsx encoded.jsxbin decoded.jsx
The converter automatically formats the code using JsBeautifier.
Debugging
To view the parse tree created by the decoder use the -v flag:
jsxbin_to_jsx -v encoded.jsxbin decoded.jsx > debug.txt
Decoding the following code:
var test = 5;
if (test > 5)
doSomething();
translates into the following parse tree:
StatementList
ExprNode
AssignmentExpr
IfStatement
StatementList
ExprNode
FunctionCallExpr
IdNode
BinaryExpr
IdRefExpr
Tests
The Tests-Project contains one single test. This test decodes all jsxbin-Files found in the testfiles folder comparing them with their jsx-File equivalent, also found in the same folder.
文件在:ht删t除p中:/文/pa字n.ba访idu.c问om/s/1d地F0a址yIH
密码:ajg3
我上传了一个JSXBIN文件。看看能不能翻转成JSX。我太会语言。请大侠帮忙吧。
ht删tp除s:/中/p文an字.ba坊idu.问co地m/s址/1g链f1s接ADP
密码:tsgh
这个确实是一个.net项目(C#写的),需要vs打开编译生成.exe文件才能用。
追问具体怎么操作啊?我对语言是一知半解的。可以详细说一下吗?
参考技术A 这不是c#语言啊追问在网盘下载那个程序包了吗?我也不知道是不是。只是老外介绍说是。我就是不太懂语言。所以问问看看有没有知道这个 的。
追答那上面不是写的很清楚吗,javascript
参考技术B 这个要是能转换就好了,我可以汉化TypeMonkey了 参考技术C ht删tp除s:/中/p文an字.ba坊idu.问co地m/s址/1g链f1s接ADP密码:tsgh
这个软件的地址还在吗 参考技术D
先下个vs打开下下来的那个工程文件,然后编译成exe,然后把要转换的jsxbin放到那个exe同目录(debug目录)然后打开命令提示服输入
.\\jsxbin_to_jsx encoded.jsxbin decoded.jsx
你真的懂vlan吗?要不进来试试?
答案是:pc2和pc3可以通讯,但是pc4和pc2,pc3都不能通讯
解释:pc2属于vlan10,发送数据的时候要泛洪,由于sw0交换机互联sw1接口属于vlan10,那么pc2的泛洪会通过sw0交换机的Fa0/1接口发出去,但是sw1交换机只能认为sw0的交换机不打标,觉得对方是pc的流量,所以sw1会在自己交换机泛洪,找到目标pc3 的mac地址,所以能正常通讯。
而pc4想要发送的流量给pc3,pc4属于vlan20,但是sw0交换机Fa0/1接口是access vlan10,交换机vlan具有本地意义,直接隔离vlan20和vlan10的流量,会被sw0直接丢弃;
附另一个博主的解释,它解释的比我专业。。我是业余的!!!
http://blog.51cto.com/scorpion/289855
以上是关于懂C#语言的进来,需要帮忙的主要内容,如果未能解决你的问题,请参考以下文章