标签: 感情

  • 天津理工大学华信软件学院 正门

    天津理工大学华信软件学院
    [img]attachment/img_0025_2.jpg[/img]
    天津理工大学华信软件学院

  • Sleepless nights can cause worse problems than grumpiness

    By Kathy McCleary

    Confession time: My husband has actually uttered the words “I’d rather take a nap than have sex.” Is our marriage on the rocks? No, like 75 percent of adults, our problem is sleep — he has insomnia; I snore.

    We seem to be too busy to get enough sleep. On average, Americans sleep roughly 7 hours a night, 1 to 2 fewer hours per night than they did 40 years ago. And when we do hit the sack, sleep doesn’t necessarily follow. No wonder my husband and I sometimes feel like zombies. Worse, there could be serious health repercussions due to our lack of shut-eye.
    (更多…)

  • 十一的一天

    国庆放假了却没什么安排。唯一一个实现的就是去唱歌了,说起唱歌挺有意思。前些天无意中在SJ的mp4里面听到她和TJ在宿舍唱歌,两人唱的太逗了,听得直在床上打滚,害我一中午都没睡着,没休息好下午上课都睡着了。然后就想听听她们两唱歌到底是什么样子的,就说好十一去唱歌。可惜现在娱乐场所网上都营业都两点。打电话给东方之珠。人家就说到两点。TJ说她表妹要来,晚上没地方睡所以要去可以通宵的,SJ她们就说去理工啦,那里可以通宵而且还很便宜,便宜我倒是承认,可是听说里面效果很不好嘛。所以我抵触情绪还挺大的,但当时又没有其他选择最后还是去了。
    (更多…)

  • 国庆啦

    国庆到了,这次挺郁闷,就放七天,1号到7号,感觉好少喔。大家都有着自己的计划,人走光了,我却有些茫然,我要干什么呢?不是没地方想去,也不是没有计划,想去的地方还挺多,计划也有好几个,也一直挺想去K次歌。虽然唱的很烂啦,不过想想到时反正也是别人的耳朵比自己的多,如果没有人赶我下来的话一定要继续虐待耳朵。说要去又没人预定去,到时候会不会又流产还不好说呢。生活就这样?变数太多。

    奖学金是公示出来了,我第30名,三等,有意思的是我们里面没有一等的,然后最后一名就是53名的差距和我只有0.8分,这次我主要就是献血加了两分所以才有份,说到加分觉得有点不公平的是感觉给班干部和科代表各加2分和一分有点太多了,科代表加0.5分班干部加1分我就觉得已经给的够多了,也不知道这东西怎么算出来的,最后扫地都加了0.5分。算了,反正有我一份也就懒得计较太多,这学校,没法说了。

  • myeclipse 5.0 注册机

    eclipse默认情况下内存分的很小。既然电脑有1G内存自然要给它多分点 。体验下大户人家的感觉喔。可加如下参数,效果不错。
    -vmargs -Xms256m -Xmx256m -XX:PermSize=128m -XX:MaxPermSize=128m

    myeclise 5.0 注册机 源码
    [codes=java]
    import java.io.*;

    public class Crack
    {
       public static String convert(String s)
       {
           if (s == null || s.length() == 0)
               return s;
           byte[] byteArray = s.getBytes();
           char[] charArray = new char[s.length()];

           int byteArrayLength = byteArray.length;

           for (int i = 0; i < byteArrayLength; i++)
           {
               int j = byteArray[i];
               if (j >= 48 && j <= 57)
                   j = ((j – 48) + 5) % 10 + 48;
               else if (j >= 65 && j <= 90)
                   j = ((j – 65) + 13) % 26 + 65;
               else if (j >= 97 && j <= 122)
                   j = ((j – 97) + 13) % 26 + 97;
               charArray[i] = (char) j;
           }

           return String.valueOf(charArray);
       }

       private static int hash(String s)
       {
           int i = 0;
           char charArray[] = s.toCharArray();

           int charArrayLength = charArray.length;
           for (int j = 0; j < charArrayLength; j++)
               i = 31 * i + charArray[j];

           return Math.abs(i);
       }

       private static String inputString()
       {
           BufferedReader bufferedreader = new BufferedReader(
                   new InputStreamReader(System.in));
           String s = null;
           try
           {
               s = bufferedreader.readLine();
           } catch (IOException ioexception)
           {
               ioexception.printStackTrace();
           }
           return s;
       }

       public static void main(String args[])
       {
           try
           {
               System.out
                       .println("MyEclipse Enterprise Workbench 5.0 Keygen By Team DDU");
               System.out.print("License Name : ");
               String s = inputString();
               String licStr = "YE3MP-999-00-9912310";
               String h = s.substring(0, 1)
                       + licStr
                       + "Decompiling this copyrighted software is a violation of both your license agreement and the Digital Millenium Copyright Act of 1998 (http://www.loc.gov/copyright/legislation/dmca.pdf). Under section 1204 of the DMCA, penalties range up to a $500,000 fine or up to five years imprisonment for a first offense. Think about it; pay for a license, avoid prosecution, and feel better about yourself."
                       + s;
               int j = hash(h);
               String lic = s.substring(0, 1) + licStr + Integer.toString(j);
               System.out.println("License Key  : " + convert(lic));
           } catch (Exception exception)
           {
               exception.printStackTrace();
           }
       }
    }

    [/codes]
    粘贴上来好像有问题。提供源码下载。
    [file]attachment/crack.java.txt[/file]