幸运之星正在降临...
点击领取今天的签到奖励!
恭喜!您今天获得了{{mission.data.mission.credit}}积分
我的优惠劵
-
¥优惠劵使用时效:无法使用使用时效:
之前
使用时效:永久有效优惠劵ID:×
没有优惠劵可用!
这是我项目里面唯一的代码: public class Commanddd { [CommandMethod("DoLL")] public void Execute() { // 设置 Basic Auth 的用户名和密码 string username = "your_username"; string password = "your_password"; // 设置请求的 URL var options = new RestClientOptions("https://api.twitter.com/1.1") { Authenticator = new HttpBasicAuthenticator("username", "password") }; var client = new RestClient(options); var request = new RestRequest("statuses/home_timeline.json"); // The cancellation token comes from the caller. You can still make a call without it. var response = client.ExecuteAsync(request).Result; MessageBox.Show(response.Content); } }
您好,我发现并没有效果。但如果用autocad的话,同样的步骤,可以生效
这个中望cad真是一点开发文档没有啊,抄autocad也没抄全,搞得很难开发