小编Sou*_*Set的帖子

WebStorm Javascript外部库 - Node.js

所以我正在使用Webstorm来编写一个针对Overwolf的Javascript应用程序.我正在使用一个使用Node.js库的Tumblr Wrapper.我在IDE中设置了Node.Js库,但我需要将源添加到项目本身.在IDE中有没有一种干净的方法呢?

javascript node.js webstorm

0
推荐指数
1
解决办法
788
查看次数

C#变量问题

遇到一些c#变量的问题.无法弄清楚我做错了什么.可能是一些简单的东西,但我已经有点了.

public class DataFileLoad
{
    //Public jagged array variables

    public string[][] aConfJag = null;
    public string[][] aPartJag = null;
    public string[][] aTypeJag = null;
    public string[][] aWkshpJag = null;
    public string[][] aWorkJag = null;

    public void loadFiles()
    {
        //The path of our exectuable
        string exePath = Application.StartupPath;

        //Set our working directory to our exe path for file reading
        Directory.SetCurrentDirectory(exePath);

        string[] aConferences = File.ReadAllLines(@"DATA\CONFERENCES.txt");
        string[] aParticipants = File.ReadAllLines(@"DATA\PARTICIPANTS.txt");
        string[] aType = File.ReadAllLines(@"DATA\TYPE.txt");
        string[] aWkshpReg = File.ReadAllLines(@"DATA\WKSHP_REGISTRATIONS.txt");
        string[] aWorkshops = File.ReadAllLines(@"DATA\WORKSHOPS.txt");

        //Make …
Run Code Online (Sandbox Code Playgroud)

c#

-1
推荐指数
1
解决办法
111
查看次数

删除事件方法

在表单生成器中意外地在C#中添加了一些事件方法.如果从.cs文件中删除它们,则会引发错误.我怎么摆脱他们?

c# events winforms

-1
推荐指数
1
解决办法
81
查看次数

标签 统计

c# ×2

events ×1

javascript ×1

node.js ×1

webstorm ×1

winforms ×1