편한 확장성? 음;
다른 이유는 써봐야 알듯;
BitSet bs = new BitSet();
bs.set(1로 세팅할 번째);
이때 1로 세팅할 번째를 아무렇게나 적어도 알아서 숫자가 늘어난다.
편한 확장성? 음;
다른 이유는 써봐야 알듯;
BitSet bs = new BitSet();
bs.set(1로 세팅할 번째);
이때 1로 세팅할 번째를 아무렇게나 적어도 알아서 숫자가 늘어난다.
압축했음 ㅋ
after class
1. 논문읽기
2. 논문 설명
3. Treeage로 논문에서 나온 것 실험 해보기..(Excel파일에서 불러오기)
<services>
<service behaviorConfiguration="GalleryServiceBehavior" name="GalleryService.GalleryService">
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="basicHttpLargeMessage" contract="GalleryService.IGalleryService" />
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
</service>
</services>
<bindings>
<basicHttpBinding>
<binding name="basicHttpLargeMessage" maxReceivedMessageSize="5242880" maxBufferSize="5242880">
<readerQuotas maxArrayLength="5242880" />
</binding>
</basicHttpBinding>
</bindings>