我正在嘗試將RSS解析器集成到我的IRC bot中,並且我發現了一些簡單的代碼可以在線執行,但是,如果我將此代碼放入BOT,我得到這個: Error: private method `send' called for #<RSS::REXMLListener:0x3d7c790>
我不知道爲什麼它給了我這個錯誤,因爲它在IRB或自己的私人腳本工作正常。 這是代碼和導致錯誤的行。 def fet
嗨,人們我是新手在C#世界,我有一個問題。我已經做了我的程序在Form_Load方法的數組,但我需要訪問陣列中的picture_box方法是這樣的: private void Form2_Load(object sender, EventArgs e)
{
//In this method we get a random array to set the images
myclass.php class myclass {
private $name;
public function showData(){
include_once "extension.php";
otherFunction($this);
}
private function display(){
echo "hello world!";
}