Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只想为自己使用“资源管理器视图”。我可以为 Web 部件创建默认视图,但是当我从 WSS 3.0 中选择“个性化此页面”功能时,我似乎看不到视图选择器。
对于 List View Webparts 视图选择器,WebPartStorage 设置为 Shared 而不是 User。因此,该属性在个性化模式下不可用。
i'm trying to transfer a list of objects from a server to a client using a web service. The data should be transfered in json format. I'm using jersey for the JAX-RS implementation and gson