|
发表于 2013-1-25 10:20:15
|
显示全部楼层
本帖最后由 潜水大帝 于 2013-1-25 10:21 编辑 ; ?4 V( i R" N
zhangandma 发表于 2013-1-25 10:16 # k4 d, ?1 ~: Q3 n( ^& d
发过啊...我找的时候论坛里有下这个了..也是不支持Auto-Rewrite的 : |) O6 t0 R4 e6 j. Q F
因为Auto-Rewrite是要调用官方API接口的,这个提供的验证服务器上没有官方的API所以用不了。
. S! {4 e: F+ | g! o3 T, g0 U- G
string txt = Conversions.ToString(EasyHttp.Send("http://thebestspinner.com/api.php", "action=rewriteText&inapp=1&session=" + g_uniq + "&protectedterms=" + HttpUtility.UrlEncode(str) + "&text=" + HttpUtility.UrlEncode(selectedText), EasyHttp.HTTPMethod.HTTP_POST, ""));- internal static void AutoRewrite(ref OpenSpinDocument osd)
. g% S Y/ t/ ~) ` - {0 Q# n1 j7 |1 @& q
- string selectedText;' s6 m- x" m0 q A
- IEnumerator enumerator;" x& x8 Y) Q8 D4 V
- string str = "";2 N& C+ C: w9 Q
- ArrayList list = (ArrayList) g_protected[g_projectedCategory];
% G6 z' e1 u$ I1 }( U2 E - try
+ N; ~, T" Q2 f, h* _ - {
8 ?6 }" h/ s' A) @4 e7 a: o - enumerator = list.GetEnumerator();+ R- n) r6 m/ _9 W E s
- while (enumerator.MoveNext())
/ v: b" y( t! t/ v - {
6 e) G8 a# ]6 @& ]$ d$ W* l - string str4 = Conversions.ToString(enumerator.Current);
4 h2 i2 t5 a% A - str = str + str4.Trim().ToLower() + ",";
3 t6 ^) W5 l: S% \ - }
& @6 c) ~, v2 u4 o `* D' a# u - }' x1 a8 ?% u3 }
- finally
. l$ H! e& ` g' ^ - {/ E. Y, i D+ ?9 [; _. o% s
- if (enumerator is IDisposable)
! l2 o8 S* \& {% \/ {0 e - {
' X' R' u( C, g/ Y8 z9 ] - (enumerator as IDisposable).Dispose();
8 R: F1 {# e" I+ f2 i8 a6 @! } - }
% n; \! g2 P5 w/ b# A - }
9 E& F. B F6 d; ]6 a" a: k- C - if (str.Length > 0)
) r, i' v. A5 n, y4 t, t# z - {
. m; y! g) t" n j3 ^2 e& ^ - str = str.Substring(0, str.Length - 1);
8 _8 a- T8 x/ C) h - }6 m* f' W3 U3 d$ d( O0 o
- if (osd.spinTab.spinDoc.artf.SelectionLength > 0)
4 T, N8 d. _7 `* I - {
& c" I1 l; y( F* B) j( N1 Q - selectedText = osd.spinTab.spinDoc.artf.SelectedText;- e @" ?; h0 a! f$ S* ~) P
- }5 I) ^- Y' L$ [& T3 C
- else
& o/ G6 X( G; a - {# r& m. l$ t$ `& y1 O, k4 N
- selectedText = osd.spinTab.spinDoc.artf.Text;
, N: K& K3 b& Q2 ]" v8 \ - }$ Z: L9 A! B/ c0 a$ _
- string txt = Conversions.ToString(EasyHttp.Send("http://thebestspinner.com/api.php", "action=rewriteText&inapp=1&session=" + g_uniq + "&protectedterms=" + HttpUtility.UrlEncode(str) + "&text=" + HttpUtility.UrlEncode(selectedText), EasyHttp.HTTPMethod.HTTP_POST, ""));
( V. v$ g, ^# q& r( \8 P - if (txt.IndexOf("<success>true</success>") > -1)% s. Z3 h5 J. {/ Z- f! E
- {
* G% X% t5 L/ y - txt = txt.Substring(txt.IndexOf("<output>") + 8);6 A& j# k1 A' N2 u/ T4 r
- txt = txt.Substring(0, txt.IndexOf("</output>"));! v. u. m X; q
- if (osd.spinTab.spinDoc.artf.SelectionLength > 0)2 S5 Q" h+ o3 i/ `
- {0 b- z# u+ H# |
- osd.spinTab.spinDoc.AddCodedTextFast(txt, true, false, true);
( S4 u. |. A2 a+ ~* Q( M - MyProject.Forms.MainForm.status.Text = "Text was successfully rewritten.";/ `% J" D! V. j7 Q5 ?$ U! g) Y
- }
0 J, t. u8 c+ Z* W3 \$ q' c* A' U - else; ^* e- l$ J0 K
- {3 g( }. D4 v9 E+ h- V6 q
- osd.spinTab.spinDoc.artf.Text = "";6 M' k4 a. ] ^2 g7 f6 _
- osd.spinTab.spinDoc.AddCodedTextFast(txt, false, false, true);2 d+ V: L7 s# Q# u
- MyProject.Forms.MainForm.status.Text = "Article was successfully rewritten.";9 ^, q! @$ {! F( j5 u
- }
, Z4 v) U2 Q/ x1 O+ P! l - }3 X. M7 M- Y, |1 c% ]9 K
- else if (txt.IndexOf("<error>") > -1)
0 m, Z4 C4 z3 Y: z1 Q5 W' ? - {8 C9 A: F. z5 `0 o7 X3 c T f. p
- txt = txt.Substring(txt.IndexOf("<error>") + 7);" i2 Y+ [0 `, W3 k
- txt = txt.Substring(0, txt.IndexOf("</error>"));( L6 M! |& W. M' L- M
- MessageBox.Show("An error occurred while attempting to rewrite this article:\r\n\r\n" + txt, "Error", MessageBoxButtons.OK, MessageBoxIcon.Hand);/ o+ `9 p( `# I: a G
- }
! g0 {% I0 T3 z$ s- V - else! M$ F S' w, f. @5 u! V
- {% f* V4 z+ Q G8 Z
- MessageBox.Show("An error occurred while attempting to rewrite this article:\r\n\r\nUnknown error. Empty result returned.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Hand);
3 M f* L1 Q* `, t; m, @! f - txt = Conversions.ToString(EasyHttp.Send("http://thebestspinner.com/", "action=app_rewrite_error&uniq=" + g_uniq + "&protectedterms=" + HttpUtility.UrlEncode(str) + "&text=" + HttpUtility.UrlEncode(selectedText), EasyHttp.HTTPMethod.HTTP_POST, ""));8 L1 y' i# D* S5 q, J4 A
- }
4 f9 k0 Q% B# W1 u9 l - }
, r' m+ J- Y3 j5 H - $ t: O% [. J3 y0 Y0 d2 @
-
S7 d: U1 P" \6 c! V- t! Q
$ V% K( n9 o4 U& K$ D3 |- # S& z' T6 x, m
; g* }) `2 g: Q( B1 R- 0 G* S/ u4 D* O. D8 {" V W
复制代码 |
|